Appease the style linter

pull/21833/head
Travis Ralston 2020-03-30 20:23:34 -06:00
parent de79520150
commit 8bc86deaaa
1 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,8 @@ limitations under the License.
font-weight: 600; font-weight: 600;
} }
.mx_AccessibleButton_kind_primary.mx_AccessibleButton_disabled { .mx_AccessibleButton_kind_primary.mx_AccessibleButton_disabled,
.mx_AccessibleButton_kind_primary_outline.mx_AccessibleButton_disabled {
opacity: 0.4; opacity: 0.4;
} }
@ -74,8 +75,7 @@ limitations under the License.
} }
.mx_AccessibleButton_kind_danger.mx_AccessibleButton_disabled, .mx_AccessibleButton_kind_danger.mx_AccessibleButton_disabled,
mx_AccessibleButton_kind_danger_outline.mx_AccessibleButton_disabled .mx_AccessibleButton_kind_danger_outline.mx_AccessibleButton_disabled {
{
color: $button-danger-disabled-fg-color; color: $button-danger-disabled-fg-color;
background-color: $button-danger-disabled-bg-color; background-color: $button-danger-disabled-bg-color;
} }