Padding setting of link button & nesting structure of _AccessibleButton.scss (#8091)
This commit is contained in:
parent
1495c23a14
commit
86691550df
21 changed files with 148 additions and 160 deletions
|
@ -63,8 +63,7 @@ limitations under the License.
|
|||
|
||||
> .mx_AccessibleButton_kind_link {
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
margin: auto 16px;
|
||||
margin: auto 18px;
|
||||
color: #368bd6;
|
||||
}
|
||||
|
||||
|
@ -74,7 +73,6 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_AccessibleButton_hasKind {
|
||||
padding: 8px 22px;
|
||||
margin-left: auto;
|
||||
display: block;
|
||||
width: min-content;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue