mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-30 13:28:48 +01:00
This commit is contained in:
parent
9b1dd48c33
commit
f717bc284b
1 changed files with 4 additions and 2 deletions
|
|
@ -68,7 +68,8 @@ a.b3-chip:hover {
|
|||
opacity: .86;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
// 不明原因 https://github.com/siyuan-note/siyuan/issues/7756#issuecomment-1484057954
|
||||
opacity: .99;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -90,7 +91,8 @@ a.b3-chip:hover {
|
|||
opacity: .68;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
// 不明原因 https://github.com/siyuan-note/siyuan/issues/7756#issuecomment-1484057954
|
||||
opacity: .99;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue