This commit is contained in:
FezVrasta 2014-12-02 09:05:46 +01:00
parent 5908020030
commit 4903016acc
8 changed files with 10 additions and 13 deletions

View File

@ -3,13 +3,13 @@ root = true
insert_final_newline = true insert_final_newline = true
[*.js] [*.js]
indent_style = space indent_style = space
indent_size = 4 indent_size = 2
[*.json] [*.json]
indent_style = space indent_style = space
indent_size = 4 indent_size = 2
[*.less] [*.less]
indent_style = space indent_style = space
indent_size = 4 indent_size = 2
[*.sass] [*.sass]
indent_style = space indent_style = space
indent_size = 4 indent_size = 2

View File

@ -5564,7 +5564,6 @@ icon-material-lightgrey {
*:focus { *:focus {
outline: 0; outline: 0;
border: none; border: none;
color: rgba(0, 0, 0, 0);
} }
.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

@ -5557,7 +5557,6 @@ icon-material-lightgrey {
*:focus { *:focus {
outline: 0; outline: 0;
border: none; border: none;
color: rgba(0, 0, 0, 0);
} }
.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

@ -117,7 +117,6 @@ legend {
&:focus { &:focus {
outline: 0; outline: 0;
border:none; border:none;
color: rgba(0, 0, 0, 0);
} }
} }