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

@ -48,4 +48,4 @@ limitations under the License.
.mx_DevicesPanel_myDevice {
font-weight: bold;
}
}

View file

@ -41,4 +41,4 @@ limitations under the License.
.mx_IntegrationsManager_error h3 {
color: $warning-color;
}
}

View file

@ -14,8 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
.mx_UserNotifSettings_tableRow
{
.mx_UserNotifSettings_tableRow {
display: table-row;
}
@ -26,8 +25,7 @@ limitations under the License.
width: 16px;
}
.mx_UserNotifSettings_labelCell
{
.mx_UserNotifSettings_labelCell {
padding-bottom: 8px;
width: 400px;
display: table-cell;
@ -93,4 +91,4 @@ limitations under the License.
color: white;
border: $warning-color;
background-color: $warning-color;
}
}

View file

@ -105,7 +105,7 @@ limitations under the License.
margin: auto;
}
.mx_ProfileSettings_avatarOverlayImg:before {
.mx_ProfileSettings_avatarOverlayImg::before {
background-color: $settings-profile-overlay-placeholder-fg-color;
mask: url("$(res)/img/feather-customised/upload.svg");
mask-repeat: no-repeat;
@ -119,7 +119,7 @@ limitations under the License.
right: 0;
}
.mx_ProfileSettings_avatar:hover .mx_ProfileSettings_avatarOverlayImg:before {
.mx_ProfileSettings_avatar:hover .mx_ProfileSettings_avatarOverlayImg::before {
background-color: $settings-profile-overlay-fg-color !important;
}

View file

@ -75,4 +75,4 @@ limitations under the License.
.mx_SettingsTab a {
color: $accent-color-alt;
}
}

View file

@ -21,4 +21,4 @@ limitations under the License.
.mx_RolesRoomSettingsTab_unbanBtn {
margin-right: 10px;
margin-bottom: 5px;
}
}

View file

@ -31,4 +31,4 @@ limitations under the License.
.mx_SecurityRoomSettingsTab_encryptionSection {
margin-bottom: 25px;
}
}

View file

@ -21,4 +21,4 @@ limitations under the License.
.mx_HelpUserSettingsTab span.mx_AccessibleButton {
word-break: break-word;
}
}

View file

@ -16,4 +16,4 @@ limitations under the License.
.mx_NotificationUserSettingsTab .mx_SettingsTab_heading {
margin-bottom: 10px; // Give some spacing between the title and the first elements
}
}

View file

@ -54,4 +54,4 @@ limitations under the License.
.mx_SecurityUserSettingsTab_ignoredUser .mx_AccessibleButton {
margin-right: 10px;
}
}