Vanessa 2023-03-03 09:45:31 +08:00
parent 91e4cf782a
commit c0efde37fe
5 changed files with 9 additions and 6 deletions

View file

@ -374,7 +374,7 @@ html {
}
&:hover .block__icons .block__icon[disabled] {
opacity: .68;
opacity: .38;
}
.block__icons .block__icon[disabled] {

View file

@ -170,7 +170,7 @@
}
&[disabled] {
opacity: 0.68;
opacity: 0.38;
cursor: not-allowed;
}

View file

@ -124,7 +124,7 @@
}
&:disabled {
opacity: 0.37;
opacity: 0.38;
cursor: not-allowed;
}
}

View file

@ -104,7 +104,7 @@
}
&--disabled {
opacity: .54;
opacity: .38;
cursor: not-allowed;
}
}

View file

@ -85,8 +85,7 @@
}
&[disabled] {
opacity: 0.68;
cursor: not-allowed;
opacity: 0.38;
}
&--active {
@ -256,6 +255,10 @@
padding: 0;
border: 0;
&[disabled] {
opacity: 0.38;
}
svg {
height: 16px;
width: 16px;