Skip to content

Commit

Permalink
fix(Buttons): Update text button background-color.
Browse files Browse the repository at this point in the history
Was blue, needed to be transparent.
  • Loading branch information
kendrick committed Nov 3, 2016
1 parent 76faefd commit aacaf9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rocketbelt/components/buttons/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
&,
&:hover,
&:active {
background: transparent;
box-shadow: none;
}
}
Expand Down

0 comments on commit aacaf9d

Please sign in to comment.