chore(): update disallowed list for label

This commit is contained in:
Liam DeBeasi
2021-07-20 13:12:27 -04:00
parent d749d583e7
commit b6cfc05b1f

View File

@ -20,17 +20,17 @@
:host(.label-stacked), :host(.label-stacked),
:host(.label-floating) { :host(.label-floating) {
@include margin(0, 0, 0, 0); @include margin(0, 0, 0, 0);
/* stylelint-disable property-blacklist */ /* stylelint-disable property-disallowed-list */
transform-origin: top left; transform-origin: top left;
/* stylelint-enable property-blacklist */ /* stylelint-enable property-disallowed-list */
z-index: 3; z-index: 3;
} }
:host(.label-stacked.label-rtl), :host(.label-stacked.label-rtl),
:host(.label-floating.label-rtl) { :host(.label-floating.label-rtl) {
/* stylelint-disable property-blacklist */ /* stylelint-disable property-disallowed-list */
transform-origin: top right; transform-origin: top right;
/* stylelint-enable property-blacklist */ /* stylelint-enable property-disallowed-list */
} }
:host(.label-stacked) { :host(.label-stacked) {
@ -86,15 +86,15 @@
} }
&::before { &::before {
/* stylelint-disable property-blacklist */ /* stylelint-disable property-disallowed-list */
left: calc(-1 * #{$item-md-fill-outline-label-padding}); left: calc(-1 * #{$item-md-fill-outline-label-padding});
/* stylelint-enable property-blacklist */ /* stylelint-enable property-disallowed-list */
} }
&::after { &::after {
/* stylelint-disable property-blacklist */ /* stylelint-disable property-disallowed-list */
right: calc(-1 * #{$item-md-fill-outline-label-padding}); right: calc(-1 * #{$item-md-fill-outline-label-padding});
/* stylelint-enable property-blacklist */ /* stylelint-enable property-disallowed-list */
} }
} }