Skip to content

Commit

Permalink
Add active button style
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Jun 2, 2020
1 parent 86e59cc commit bb0c50d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/assets/stylesheets/alchemy/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@
border-color: $hover-border-color;
}

&:active, &:active:focus {
border-color: $hover-border-color;
box-shadow: none;
&:active, &.active {
box-shadow: inset $button-box-shadow;
}

&:focus {
Expand Down

0 comments on commit bb0c50d

Please sign in to comment.