mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-11 07:02:33 +01:00
This commit is contained in:
parent
c5e3a6ecf4
commit
31d699ae7e
5 changed files with 98 additions and 91 deletions
|
|
@ -205,6 +205,24 @@
|
|||
position: relative;
|
||||
padding-bottom: 40px;
|
||||
|
||||
&--enable {
|
||||
.protyle-background__tags .item:hover svg {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.protyle-background__img:hover .protyle-icons {
|
||||
opacity: .86;
|
||||
}
|
||||
|
||||
&:hover > .protyle-background__iconw > .protyle-icons {
|
||||
opacity: .86;
|
||||
}
|
||||
|
||||
.protyle-background__icon:hover {
|
||||
opacity: .86;
|
||||
}
|
||||
}
|
||||
|
||||
&__icon {
|
||||
height: 80px;
|
||||
width: 80px;
|
||||
|
|
@ -222,10 +240,6 @@
|
|||
float: left;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
opacity: .96;
|
||||
}
|
||||
}
|
||||
|
||||
&__img {
|
||||
|
|
@ -240,10 +254,6 @@
|
|||
object-position: center;
|
||||
}
|
||||
|
||||
&:hover .protyle-icons {
|
||||
opacity: .86;
|
||||
}
|
||||
|
||||
.protyle-icons {
|
||||
bottom: 8px;
|
||||
top: auto;
|
||||
|
|
@ -283,10 +293,6 @@
|
|||
|
||||
&:hover {
|
||||
color: var(--b3-theme-on-background);
|
||||
|
||||
svg {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
&--1 {
|
||||
|
|
@ -337,10 +343,6 @@
|
|||
margin-top: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover > .protyle-background__iconw > .protyle-icons {
|
||||
opacity: .86;
|
||||
}
|
||||
}
|
||||
|
||||
.protyle-title {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue