Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybrad committed Nov 26, 2022
1 parent 7ab9214 commit a88dfa7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/web/assets/cp/src/css/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,9 @@ ul.icons {
}

.btngroup--exclusive {
.btn[aria-pressed='true']:not(.disabled):not(.loading):not(.dashed):not([aria-disabled]) {
.btn[aria-pressed='true']:not(.disabled):not(.loading):not(.dashed):not(
[aria-disabled]
) {
background-color: var(--gray-500);
color: var(--white);
}
Expand Down Expand Up @@ -3316,7 +3318,13 @@ ul.tree,
}
}

.status:not(.on):not(.live):not(.active):not(.enabled):not(.all):not(.pending):not(.off):not(.suspended):not(.expired):not(.yellow):not(.orange):not(.red):not(.pink):not(.purple):not(.blue):not(.green):not(.turquoise):not(.light):not(.grey):not(.black) {
.status:not(.on):not(.live):not(.active):not(.enabled):not(.all):not(
.pending
):not(.off):not(.suspended):not(.expired):not(.yellow):not(.orange):not(
.red
):not(.pink):not(.purple):not(.blue):not(.green):not(.turquoise):not(
.light
):not(.grey):not(.black) {
border-color: var(--ui-control-color);
}

Expand Down

0 comments on commit a88dfa7

Please sign in to comment.