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
[*.js]
indent_style = space
indent_size = 4
indent_size = 2
[*.json]
indent_style = space
indent_size = 4
indent_size = 2
[*.less]
indent_style = space
indent_size = 4
indent_size = 2
[*.sass]
indent_style = space
indent_size = 4
indent_size = 2

View File

@ -5564,7 +5564,6 @@ icon-material-lightgrey {
*:focus {
outline: 0;
border: none;
color: rgba(0, 0, 0, 0);
}
.snackbar {
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 {
outline: 0;
border: none;
color: rgba(0, 0, 0, 0);
}
.snackbar {
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,9 +115,8 @@ legend {
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-tap-highlight-color: transparent;
&:focus {
outline: 0;
border:none;
color: rgba(0, 0, 0, 0);
outline: 0;
border:none;
}
}