Skip to content

Commit

Permalink
I don't think this button needs to be faded out
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitrySharabin committed Feb 25, 2022
1 parent 4546e11 commit 350984b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,15 +190,12 @@ body {
border: 2px solid transparent;

color: inherit;
opacity: .75;

cursor: pointer
}

[mv-app="chat"][mv-permissions~="logout"] > #rooms h2 button:where(:hover, :active, :focus):not(:disabled) {
border-color: hsl(285 40% 38%);

opacity: 1;
}

[mv-app="chat"][mv-permissions~="logout"] > #rooms h2 button:disabled {
Expand Down
3 changes: 0 additions & 3 deletions style.postcss
Original file line number Diff line number Diff line change
Expand Up @@ -187,14 +187,11 @@ body {
border: 2px solid transparent;

color: inherit;
opacity: .75;

cursor: pointer;

&:where(:hover, :active, :focus):not(:disabled) {
border-color: hsl(285 40% 38%);

opacity: 1;
}

&:disabled {
Expand Down

0 comments on commit 350984b

Please sign in to comment.