mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-29 03:36:10 +01:00
🎨 https://github.com/siyuan-note/siyuan/pull/15205 不能这样修复,否则移动端无法点击
This commit is contained in:
parent
d507dffb13
commit
64a031bd6c
1 changed files with 6 additions and 6 deletions
|
|
@ -265,18 +265,19 @@
|
|||
}
|
||||
|
||||
.protyle-top:hover .protyle-background--enable {
|
||||
.protyle-background__action {
|
||||
opacity: .86;
|
||||
}
|
||||
|
||||
.protyle-background__action,
|
||||
.protyle-background__img .protyle-icons {
|
||||
display: flex;
|
||||
opacity: .86;
|
||||
}
|
||||
}
|
||||
|
||||
.protyle-background {
|
||||
position: relative;
|
||||
|
||||
&:not(.protyle-background--enable) .protyle-background__img .protyle-icons {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&--enable {
|
||||
.protyle-background__img:hover .protyle-icons,
|
||||
.protyle-background__icon:hover {
|
||||
|
|
@ -335,7 +336,6 @@
|
|||
}
|
||||
|
||||
.protyle-icons {
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
right: 8px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue