From b6cfc05b1fbce54ad3f15f8f9d38e3f02c9554e7 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Tue, 20 Jul 2021 13:12:27 -0400 Subject: [PATCH] chore(): update disallowed list for label --- core/src/components/label/label.md.scss | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/core/src/components/label/label.md.scss b/core/src/components/label/label.md.scss index b163d60e39..a23b55049f 100644 --- a/core/src/components/label/label.md.scss +++ b/core/src/components/label/label.md.scss @@ -20,17 +20,17 @@ :host(.label-stacked), :host(.label-floating) { @include margin(0, 0, 0, 0); - /* stylelint-disable property-blacklist */ + /* stylelint-disable property-disallowed-list */ transform-origin: top left; - /* stylelint-enable property-blacklist */ + /* stylelint-enable property-disallowed-list */ z-index: 3; } :host(.label-stacked.label-rtl), :host(.label-floating.label-rtl) { - /* stylelint-disable property-blacklist */ + /* stylelint-disable property-disallowed-list */ transform-origin: top right; - /* stylelint-enable property-blacklist */ + /* stylelint-enable property-disallowed-list */ } :host(.label-stacked) { @@ -86,15 +86,15 @@ } &::before { - /* stylelint-disable property-blacklist */ + /* stylelint-disable property-disallowed-list */ left: calc(-1 * #{$item-md-fill-outline-label-padding}); - /* stylelint-enable property-blacklist */ + /* stylelint-enable property-disallowed-list */ } &::after { - /* stylelint-disable property-blacklist */ + /* stylelint-disable property-disallowed-list */ right: calc(-1 * #{$item-md-fill-outline-label-padding}); - /* stylelint-enable property-blacklist */ + /* stylelint-enable property-disallowed-list */ } }