Skip to content

Commit

Permalink
EDSC-4322: Match colors of nearby similar buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
eudoroolivares2016 committed Dec 5, 2024
1 parent deec39a commit d73af0e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
cursor: pointer;

.button__icon {
color: $color__carbon--40;
color: $color__carbon--50;
}

&:hover {
Expand Down Expand Up @@ -59,7 +59,7 @@

&__icon {
margin-left: 0.5rem;
color: $color__carbon--40;
color: $color__carbon--70;
opacity: 0;
transition: all 0.2s ease;

Expand Down Expand Up @@ -93,7 +93,7 @@
position: relative;
margin-left: 0.25rem;
font-size: 0.825rem;
color: $color__carbon--50;
color: $color__carbon--70;
opacity: 0;
transition: opacity 0.1s ease-in-out;

Expand Down

0 comments on commit d73af0e

Please sign in to comment.