Skip to content

Commit

Permalink
Add button-text underline variable
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 authored and jgthms committed Jan 19, 2020
1 parent abc7620 commit 2a72920
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sass/elements/button.sass
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ $button-active-color: $link-active !default
$button-active-border-color: $link-active-border !default

$button-text-color: $text !default
$button-text-decoration: underline !default
$button-text-hover-background-color: $background !default
$button-text-hover-color: $text-strong !default

Expand Down Expand Up @@ -98,7 +99,7 @@ $button-static-border-color: $border !default
background-color: transparent
border-color: transparent
color: $button-text-color
text-decoration: underline
text-decoration: $button-text-decoration
&:hover,
&.is-hovered,
&:focus,
Expand Down

0 comments on commit 2a72920

Please sign in to comment.