You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Padding setting of link button & nesting structure of _AccessibleButton.scss (#8091)
This commit is contained in:
@ -16,7 +16,6 @@ limitations under the License.
|
||||
|
||||
.mx_SpaceRoomView_landing {
|
||||
.mx_AccessibleButton_kind_link {
|
||||
padding: 0;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
|
@ -159,7 +159,6 @@ limitations under the License.
|
||||
|
||||
.mx_AccessibleButton_kind_link {
|
||||
font-size: inherit;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -146,7 +146,6 @@ limitations under the License.
|
||||
.mx_AccessibleButton_kind_link {
|
||||
font-weight: normal;
|
||||
font-size: inherit;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -90,7 +90,6 @@ div.mx_AccessibleButton_kind_link.mx_Login_forgot {
|
||||
margin: 0 auto;
|
||||
// style it as a link
|
||||
font-size: inherit;
|
||||
padding: 0;
|
||||
|
||||
&.mx_AccessibleButton_disabled {
|
||||
cursor: not-allowed;
|
||||
|
Reference in New Issue
Block a user