mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
committed by
Manu MA
parent
9da51b3984
commit
92ee4efb12
@@ -27,6 +27,7 @@
|
||||
white-space: nowrap;
|
||||
|
||||
overflow: hidden;
|
||||
z-index: $z-index-item-input;
|
||||
}
|
||||
|
||||
:host(.in-item) {
|
||||
|
||||
@@ -44,6 +44,8 @@
|
||||
/* stylelint-enable */
|
||||
|
||||
font-family: $font-family-base;
|
||||
|
||||
z-index: $z-index-item-input;
|
||||
}
|
||||
|
||||
:host(.ion-color) {
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
font-family: $font-family-base;
|
||||
|
||||
user-select: none;
|
||||
z-index: $z-index-item-input;
|
||||
}
|
||||
|
||||
::slotted(ion-label) {
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
@include padding(var(--padding-top), var(--padding-end), var(--padding-bottom), var(--padding-start));
|
||||
|
||||
display: flex;
|
||||
|
||||
position: relative;
|
||||
|
||||
color: var(--color);
|
||||
@@ -25,6 +24,7 @@
|
||||
font-family: $font-family-base;
|
||||
|
||||
overflow: hidden;
|
||||
z-index: $z-index-item-input;
|
||||
}
|
||||
|
||||
:host(.in-item) {
|
||||
|
||||
@@ -41,6 +41,8 @@
|
||||
color: var(--color);
|
||||
|
||||
font-family: $font-family-base;
|
||||
|
||||
z-index: $z-index-item-input;
|
||||
}
|
||||
|
||||
:host(.ion-color) {
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
cursor: pointer;
|
||||
touch-action: none;
|
||||
user-select: none;
|
||||
z-index: $z-index-item-input;
|
||||
}
|
||||
|
||||
:host(.toggle-key) input {
|
||||
|
||||
Reference in New Issue
Block a user