mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 15:51:16 +08:00
chore(): update disallowed list for label
This commit is contained in:
@ -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 */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user