UI: fix light mode icon button active state specificity
This commit is contained in:
parent
565fb5f5ea
commit
c70af36237
@ -228,6 +228,12 @@
|
|||||||
color: var(--text);
|
color: var(--text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:root[data-theme="light"] .btn--icon.active {
|
||||||
|
border-color: var(--accent);
|
||||||
|
background: var(--accent-subtle);
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
|
|
||||||
.btn--icon svg {
|
.btn--icon svg {
|
||||||
display: block;
|
display: block;
|
||||||
width: 18px;
|
width: 18px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user