fix: align scss with standard-scss@5

This commit is contained in:
Bobby 2022-07-16 03:02:36 +07:00
parent 40b00ea95f
commit 2e5a2edf70
No known key found for this signature in database
GPG Key ID: 941839794CBF5A09
2 changed files with 3 additions and 3 deletions

View File

@ -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%)
}

View File

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