Skip to content

Commit

Permalink
fix: action panel button
Browse files Browse the repository at this point in the history
  • Loading branch information
devharris7 committed Jan 6, 2021
1 parent b280244 commit b9ed031
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions src/components/ActionPanel/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,6 @@
align-items: center;
justify-content: center;
color: $color-blue;

&:focus:active,
&:hover:active {
background-color: transparent;
}
}

&.has-actions {
Expand All @@ -97,12 +92,19 @@

.actions {
.aui--button {
&:hover {
&.close-button:hover {
color: $color-gray-dark;
background-color: $color-white;
}

&:not(.close-button) {
color: $color-blue;
background-color: $color-white;
}

&.close-button:hover {
color: $color-gray-darker;
&:active,
&:active:hover {
background-color: $color-gray-lighter;
}

svg {
Expand Down

0 comments on commit b9ed031

Please sign in to comment.