This commit is contained in:
Vanessa 2022-10-17 11:43:33 +08:00
parent c5e3a6ecf4
commit 31d699ae7e
5 changed files with 98 additions and 91 deletions

View file

@ -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 {