Padding setting of link button & nesting structure of _AccessibleButton.scss (#8091)

This commit is contained in:
Suguru Hirahara 2022-03-23 17:15:15 +00:00 committed by GitHub
parent 1495c23a14
commit 86691550df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 148 additions and 160 deletions

View file

@ -94,7 +94,6 @@ $spacePanelWidth: 68px;
}
.mx_AccessibleButton_kind_link {
padding: 0;
font-size: inherit;
}
@ -119,7 +118,6 @@ $spacePanelWidth: 68px;
.mx_AccessibleButton_kind_link {
color: $accent;
position: relative;
padding: 0;
font-size: inherit;
line-height: inherit;
}