mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-22 00:06:09 +01:00
style:移除 .dock__item--activefocus 的 !important 声明 (#13506)
fix https://github.com/siyuan-note/siyuan/issues/13464
This commit is contained in:
parent
350b1bf51c
commit
4620ce5c37
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
Add a link
Reference in a new issue