Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
enhance(ripple): removes important flag on ng-hide override
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmesserle authored and ajoslin committed Nov 24, 2014
1 parent 8fa652c commit 2aa1a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/button/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $button-fab-toast-offset: $toast-height + $toast-margin;
transform $swift-ease-in-out-duration $swift-ease-in-out-timing-function;

&.ng-hide {
transition: none !important;
transition: none;
}
;

Expand Down

0 comments on commit 2aa1a75

Please sign in to comment.