use semantic headings for spellcheck and language (#10959)
This commit is contained in:
@@ -17,7 +17,6 @@ limitations under the License.
|
||||
.mx_ExistingSpellCheckLanguage {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.mx_ExistingSpellCheckLanguage_language {
|
||||
@@ -26,10 +25,5 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_GeneralUserSettingsTab_spellCheckLanguageInput {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.mx_SpellCheckLanguages {
|
||||
margin-inline-end: var(--SettingsTab_fullWidthField-margin-inline-end);
|
||||
margin-bottom: $spacing-8;
|
||||
}
|
||||
|
||||
@@ -41,8 +41,7 @@ limitations under the License.
|
||||
|
||||
.mx_GeneralUserSettingsTab_section--account .mx_EmailAddresses,
|
||||
.mx_GeneralUserSettingsTab_section--account .mx_PhoneNumbers,
|
||||
.mx_GeneralUserSettingsTab_section--discovery .mx_GeneralUserSettingsTab_section--discovery_existing,
|
||||
.mx_GeneralUserSettingsTab_section_languageInput {
|
||||
.mx_GeneralUserSettingsTab_section--discovery .mx_GeneralUserSettingsTab_section--discovery_existing {
|
||||
margin-inline-end: var(--SettingsTab_fullWidthField-margin-inline-end);
|
||||
}
|
||||
|
||||
@@ -62,10 +61,6 @@ limitations under the License.
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.mx_GeneralUserSettingsTab_section--spellcheck .mx_ToggleSwitch {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.mx_GeneralUserSettingsTab_heading_warningIcon {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user