mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-25 16:34:06 +01:00
This commit is contained in:
parent
0168f4395f
commit
60024c65f5
2 changed files with 24 additions and 16 deletions
|
|
@ -219,19 +219,22 @@
|
|||
opacity: 1;
|
||||
}
|
||||
|
||||
.protyle-background__img:hover .protyle-icons {
|
||||
opacity: .86;
|
||||
}
|
||||
|
||||
&:hover > .protyle-background__iconw > .protyle-icons {
|
||||
opacity: .86;
|
||||
}
|
||||
|
||||
.protyle-background__img:hover .protyle-icons,
|
||||
&:hover > .protyle-background__iconw > .protyle-icons,
|
||||
.protyle-background__icon:hover {
|
||||
opacity: .86;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
&--mobileshow {
|
||||
.protyle-background__iconw > .protyle-icons,
|
||||
.protyle-background__img .protyle-icons,
|
||||
.protyle-background__tags .item svg {
|
||||
opacity: .86;
|
||||
}
|
||||
}
|
||||
|
||||
&__icon {
|
||||
height: 80px;
|
||||
width: 80px;
|
||||
|
|
@ -464,12 +467,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.protyle-background--enable {
|
||||
.protyle-background__iconw > .protyle-icons,
|
||||
.protyle-background__img .protyle-icons,
|
||||
.protyle-background__tags .item svg {
|
||||
opacity: .86;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue