Skip to content

Commit

Permalink
btn-actions fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Oct 21, 2022
1 parent 9122eca commit f91a772
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/scss/ui/_buttons.scss
Expand Up @@ -214,6 +214,7 @@
align-items: center;
justify-content: center;
border-radius: var(--#{$prefix}border-radius);
background: transparent;

&:after {
content: none;
Expand All @@ -226,8 +227,8 @@

&:hover,
&.show {
color: $body-color;
background: $body-bg;
color: var(--#{$prefix}body-color);
background: var(--#{$prefix}active-bg);
}

&.show {
Expand Down

0 comments on commit f91a772

Please sign in to comment.