Minor CSS adjustments

This commit is contained in:
Travis Ralston 2019-01-23 18:49:27 -07:00
parent 6f947ab6d9
commit 736aa8297d
6 changed files with 9 additions and 7 deletions

View file

@ -43,8 +43,8 @@ limitations under the License.
background-color: $button-primary-disabled-bg-color;
}
.mx_AccessibleButton_kind_primary_sm {
padding: 5px 12px !important;
.mx_AccessibleButton_hasKind.mx_AccessibleButton_kind_primary_sm {
padding: 5px 12px;
color: $button-primary-fg-color;
background-color: $button-primary-bg-color;
}
@ -64,8 +64,8 @@ limitations under the License.
background-color: $button-danger-disabled-bg-color;
}
.mx_AccessibleButton_kind_danger_sm {
padding: 5px 12px !important;
.mx_AccessibleButton_hasKind.mx_AccessibleButton_kind_danger_sm {
padding: 5px 12px;
color: $button-danger-fg-color;
background-color: $button-danger-bg-color;
}