Skip to content

Commit

Permalink
fix(FEC-12497): Background color of plugin icon should not changed on…
Browse files Browse the repository at this point in the history
… focus state (#707)

Background color of plugin icon should not changed on focus state

solves FEC-12497
  • Loading branch information
JonathanTGold committed Dec 27, 2022
1 parent 60179c5 commit 276d30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/_plugin-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
opacity: 1;
}

&:focus {
&:active {
background-color: $tone-6-color;
opacity: 1;
}
Expand Down

0 comments on commit 276d30d

Please sign in to comment.