style:移除 .dock__item--activefocus 的 !important 声明
fix https://github.com/siyuan-note/siyuan/issues/13464
This commit is contained in:
parent
4b7a6f5ef7
commit
c1c2f45146
1 changed files with 4 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue