mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-21 13:31:52 +00:00
Remove focus states (temporarily)
This commit is contained in:
parent
1b2cefebb1
commit
773c527eb3
2 changed files with 1 additions and 6 deletions
|
|
@ -43,8 +43,7 @@ $button-icon-size: 40px;
|
|||
outline: none;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
&:hover {
|
||||
&:not([disabled]) {
|
||||
&:not(.md-raised) {
|
||||
background-color: rgba(#999, .2);
|
||||
|
|
|
|||
|
|
@ -19,10 +19,6 @@ $checkbox-touch-size: 48px;
|
|||
|
||||
&:focus {
|
||||
outline: none;
|
||||
|
||||
&:before {
|
||||
background-color: rgba(#999, .2);
|
||||
}
|
||||
}
|
||||
|
||||
&:before {
|
||||
|
|
|
|||
Loading…
Reference in a new issue