Vanessa 2023-03-27 10:51:18 +08:00 committed by Liang Ding
parent 9b1dd48c33
commit f717bc284b
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

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