No more visual feedback for disabled state.

This commit is contained in:
Sean Li 2015-05-28 17:36:06 -07:00
parent dc31a991fc
commit ee6e9183d5
1 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,11 @@
}
&.disabled {
opacity: 0.3;
&:active {
img, .btn-label {
-webkit-filter: brightness(1);
}
}
}
&:active {
img, .btn-label {