Browse Source

fixes loading state on colored buttons

pull/291/head
jlukic 11 years ago
parent
commit
8d334466b9
1 changed files with 1 additions and 0 deletions
  1. 1
      src/elements/button.less

1
src/elements/button.less

@ -155,6 +155,7 @@
position: relative;
cursor: default;
background-color: #FFFFFF !important;
color: transparent !important;
-webkit-transition: all 0s linear;

Loading…
Cancel
Save