fixed border on tap

This commit is contained in:
FezVrasta 2014-12-03 10:05:07 +01:00
parent 16c5bedb18
commit 84544a4ca1
7 changed files with 4 additions and 7 deletions

View File

@ -5579,7 +5579,6 @@ icon-material-lightgrey {
} }
*:focus { *:focus {
outline: 0; outline: 0;
border: none;
} }
.snackbar { .snackbar {
background-color: #323232; background-color: #323232;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -5555,7 +5555,6 @@ icon-material-lightgrey {
} }
*:focus { *:focus {
outline: 0; outline: 0;
border: none;
} }
.snackbar { .snackbar {
background-color: #323232; background-color: #323232;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -115,7 +115,6 @@ legend {
-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent;
&:focus { &:focus {
outline: 0; outline: 0;
border:none;
} }
} }