Skip to content

Commit

Permalink
Border on buttons fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
frjo committed Jan 24, 2022
1 parent 431441e commit 9a4014f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/sass/components/button/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ button,
cursor: pointer;
color: var(--color-button-text);
background-color: var(--color-button);
border: 1px solid var(--color-button);
border: 0;
border-radius: $m-radius;

&:hover,
Expand Down Expand Up @@ -65,6 +65,7 @@ button,
&--outline {
color: var(--color-button);
background-color: var(--color-button-text);
border: 1px solid var(--color-button);

&:hover,
&:focus,
Expand Down

0 comments on commit 9a4014f

Please sign in to comment.