From: Martijn Cuppens Date: Tue, 23 Jun 2020 06:28:13 +0000 (+0200) Subject: Remove duplicate properties after #30922 (#31148) X-Git-Tag: v4.5.1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f44a2afd0acbf8a2d199c6fffe619b91dee1c99;p=thirdparty%2Fbootstrap.git Remove duplicate properties after #30922 (#31148) --- diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 0dd4c08266..9aeeeda7f3 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -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); } } @@ -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); } } @@ -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); } }