Auto-fix stylelint issues

These `stylelint` issues were autofixed by the tool itself and look sane to me.
This commit is contained in:
J. Ryan Stinnett 2019-07-09 18:15:10 +01:00
parent 4ebba43873
commit dd2079bffc
49 changed files with 143 additions and 162 deletions

View file

@ -107,7 +107,7 @@ limitations under the License.
}
.mx_RoomHeader_settingsHint {
color: $settings-grey-fg-color ! important;
color: $settings-grey-fg-color !important;
}
.mx_RoomHeader_searchStatus {
@ -134,17 +134,17 @@ limitations under the License.
}
.mx_RoomHeader_placeholder {
color: $settings-grey-fg-color ! important;
color: $settings-grey-fg-color !important;
}
.mx_RoomHeader_editable {
border-bottom: 1px solid $strong-input-border-color ! important;
border-bottom: 1px solid $strong-input-border-color !important;
min-width: 150px;
cursor: text;
}
.mx_RoomHeader_editable:focus {
border-bottom: 1px solid $accent-color ! important;
border-bottom: 1px solid $accent-color !important;
outline: none;
box-shadow: none;
}