mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-11-07 08:44:25 +01:00
bookmark control disabled state
This commit is contained in:
parent
22f434c0d3
commit
4f66b87136
@ -869,6 +869,7 @@
|
||||
}
|
||||
|
||||
.bookmark-control-button {
|
||||
background-color: transparent;
|
||||
padding: 0;
|
||||
border-radius: 0;
|
||||
min-height: initial;
|
||||
@ -888,7 +889,12 @@
|
||||
color: hsl(var(--theme-accent-text));
|
||||
}
|
||||
|
||||
.bookmark-control-button:disabled {
|
||||
.bookmark-control-button:disabled,
|
||||
.bookmark-control-button:disabled:hover,
|
||||
.bookmark-control-button:disabled:focus,
|
||||
.bookmark-control-button:disabled:active,
|
||||
.bookmark-control-button.active:disabled:active {
|
||||
background-color: transparent;
|
||||
color: hsl(var(--theme-accent-text));
|
||||
opacity: 0.25;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user