mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-07-01 14:50:12 +02:00
improve bookmark control colour contrast
This commit is contained in:
@ -804,9 +804,16 @@
|
|||||||
.bookmark-control-button:hover,
|
.bookmark-control-button:hover,
|
||||||
.bookmark-control-button:focus {
|
.bookmark-control-button:focus {
|
||||||
background-color: hsla(var(--theme-accent-rgb-text), 0.1);
|
background-color: hsla(var(--theme-accent-rgb-text), 0.1);
|
||||||
|
color: hsl(var(--theme-accent-rgb-text));
|
||||||
|
}
|
||||||
|
|
||||||
|
.bookmark-control-button:active,
|
||||||
|
.bookmark-control-button.active {
|
||||||
|
color: hsl(var(--theme-accent-rgb-text));
|
||||||
}
|
}
|
||||||
|
|
||||||
.bookmark-control-button:disabled {
|
.bookmark-control-button:disabled {
|
||||||
|
color: hsl(var(--theme-accent-rgb-text));
|
||||||
opacity: 0.25;
|
opacity: 0.25;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user