Skip to content

Commit

Permalink
Adds hover color when attribute button is already toggled on.
Browse files Browse the repository at this point in the history
  • Loading branch information
eireland committed Jan 31, 2024
1 parent d76a752 commit 3e4dc3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/attribute-selector.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@
border: solid 1px rgba(114, 191, 202, 0.25);
background-color: rgba(114, 191, 202, 0.25);
color:#177991;
&:hover {
border: solid 1px rgba(0, 144, 164, 0.25);
background-color: rgba(0, 144, 164, 0.32);
color: #177991;
}
}
&.disabled {
border: solid 1px #a2a2a2;
Expand Down

0 comments on commit 3e4dc3f

Please sign in to comment.