Skip to content

Commit

Permalink
Remove duplicate properties after #30922 (#31148)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens committed Jun 23, 2020
1 parent 7b5e48d commit 4f44a2a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scss/_custom-forms.scss
Expand Up @@ -136,11 +136,9 @@

.custom-control-input:disabled {
&:checked ~ .custom-control-label::before {
background-color: $custom-control-indicator-checked-disabled-bg;
@include gradient-bg($custom-control-indicator-checked-disabled-bg);
}
&:indeterminate ~ .custom-control-label::before {
background-color: $custom-control-indicator-checked-disabled-bg;
@include gradient-bg($custom-control-indicator-checked-disabled-bg);
}
}
Expand All @@ -164,7 +162,6 @@

.custom-control-input:disabled {
&:checked ~ .custom-control-label::before {
background-color: $custom-control-indicator-checked-disabled-bg;
@include gradient-bg($custom-control-indicator-checked-disabled-bg);
}
}
Expand Down Expand Up @@ -208,7 +205,6 @@

.custom-control-input:disabled {
&:checked ~ .custom-control-label::before {
background-color: $custom-control-indicator-checked-disabled-bg;
@include gradient-bg($custom-control-indicator-checked-disabled-bg);
}
}
Expand Down

0 comments on commit 4f44a2a

Please sign in to comment.