style:移除 .dock__item--activefocus 的 !important 声明 (#13506)

fix https://github.com/siyuan-note/siyuan/issues/13464
This commit is contained in:
Jeffrey Chen 2024-12-20 10:15:09 +08:00 committed by GitHub
parent 350b1bf51c
commit 4620ce5c37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -415,8 +415,10 @@
}
&--activefocus {
color: var(--b3-theme-on-primary) !important;
background-color: var(--b3-theme-primary) !important;
&, &:hover {
color: var(--b3-theme-on-primary);
background-color: var(--b3-theme-primary);
}
}
}
}