Remove focus states (temporarily)

This commit is contained in:
Marcos Moura 2016-11-01 02:43:27 -02:00
parent 1b2cefebb1
commit 773c527eb3
2 changed files with 1 additions and 6 deletions

View file

@ -43,8 +43,7 @@ $button-icon-size: 40px;
outline: none;
}
&:hover,
&:focus {
&:hover {
&:not([disabled]) {
&:not(.md-raised) {
background-color: rgba(#999, .2);

View file

@ -19,10 +19,6 @@ $checkbox-touch-size: 48px;
&:focus {
outline: none;
&:before {
background-color: rgba(#999, .2);
}
}
&:before {