mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-18 17:21:33 +00:00
fix: align scss with standard-scss@5
This commit is contained in:
parent
40b00ea95f
commit
2e5a2edf70
@ -181,7 +181,7 @@ li[data-action="page-ellipsis"] {
|
||||
.button {
|
||||
border-radius: 0;
|
||||
|
||||
&:not(:active):not(:hover) {
|
||||
&:not(:active,:hover) {
|
||||
color: $white;
|
||||
background-color: rgb(0 0 0 / 56%)
|
||||
}
|
||||
|
@ -169,11 +169,11 @@ code,
|
||||
color: $grey-light
|
||||
}
|
||||
|
||||
.select:not(.is-multiple):not(.is-loading)::after {
|
||||
.select:not(.is-multiple,.is-loading)::after {
|
||||
border-color: $white-ter
|
||||
}
|
||||
|
||||
.select:not(.is-multiple):not(.is-loading):hover::after {
|
||||
.select:not(.is-multiple,.is-loading):hover::after {
|
||||
border-color: $white-ter
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user