style:移除 .dock__item--activefocus 的 !important 声明

fix https://github.com/siyuan-note/siyuan/issues/13464
This commit is contained in:
Jeffrey Chen 2024-12-17 13:03:23 +08:00
parent 4b7a6f5ef7
commit c1c2f45146

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);
}
}
}
}