UI: fix light mode icon button active state specificity

This commit is contained in:
mousberg 2026-01-26 08:41:53 +00:00
parent 565fb5f5ea
commit c70af36237
No known key found for this signature in database
GPG Key ID: 77CB69F74890FF9C

View File

@ -228,6 +228,12 @@
color: var(--text);
}
:root[data-theme="light"] .btn--icon.active {
border-color: var(--accent);
background: var(--accent-subtle);
color: var(--accent);
}
.btn--icon svg {
display: block;
width: 18px;