Skip to content

Commit

Permalink
fix(button) text-decoration var removed
Browse files Browse the repository at this point in the history
Change-Id: If00e225991e1d88513c768a0ff137d7488df9243
  • Loading branch information
Álvaro Brito committed Jun 4, 2015
1 parent c4a267f commit 7f76f93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/css/components/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
&:focus {
color: $color-hover;
background-color: $background-hover;
text-decoration: $button-text-decoration;

@if $border-color-hover != none {
border-color: $border-color-hover;
Expand Down

0 comments on commit 7f76f93

Please sign in to comment.