Skip to content

Commit

Permalink
Ghost button background fix for <button> Ghost buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
laosb committed Jan 29, 2019
1 parent bcf69e8 commit 3dc944b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/css/components/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Buttons
Buttons are one of the most used components. It's the very basic way that users can
Buttons are one of the most used components. It's the very basic way that users can
interact with an application. Currently HolaKit provides 3 kinds of button: Normal
buttons, primary buttons and Ghost buttons.
Expand Down Expand Up @@ -31,6 +31,7 @@ Styleguide Components - Buttons
border: none;
outline: none;
-webkit-appearance: none;
background: transparent;
box-shadow: 0 0 0 0 #fff inset;
cursor: pointer;
transition: 0.3s box-shadow ease;
Expand Down

0 comments on commit 3dc944b

Please sign in to comment.