mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-21 06:24:06 +01:00
This commit is contained in:
parent
ef9c5450e8
commit
fec504ddfb
10 changed files with 123 additions and 81 deletions
|
|
@ -35,6 +35,10 @@
|
|||
position: relative;
|
||||
box-sizing: border-box;
|
||||
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
&[disabled="disabled"] {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.38;
|
||||
|
|
|
|||
|
|
@ -301,7 +301,7 @@ progressLoading: 400
|
|||
}
|
||||
|
||||
#barDock,
|
||||
#barHelp {
|
||||
#statusHepl {
|
||||
.b3-menu__item:hover {
|
||||
background-color: var(--b3-list-hover);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue