Fix clickable area of advanced toggle on appearance user settings tab (#8820)

This commit is contained in:
Suguru Hirahara 2022-06-12 11:13:41 +00:00 committed by GitHub
parent b5e18064ab
commit 89743c9321
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 8 deletions

View file

@ -32,11 +32,6 @@ limitations under the License.
margin-bottom: 16px;
}
.mx_AppearanceUserSettingsTab_AdvancedToggle {
color: $accent;
cursor: pointer;
}
.mx_AppearanceUserSettingsTab_systemFont {
margin-left: calc($font-16px + 10px);
}