mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
@ -7,6 +7,7 @@
|
|||||||
--ion-color-base: #{ion-color(primary, base)};
|
--ion-color-base: #{ion-color(primary, base)};
|
||||||
--ion-color-contrast: #{ion-color(primary, contrast)};
|
--ion-color-contrast: #{ion-color(primary, contrast)};
|
||||||
--ion-color-shade: #{ion-color(primary, shade)};
|
--ion-color-shade: #{ion-color(primary, shade)};
|
||||||
|
--overflow: hidden;
|
||||||
--ripple-color: currentColor;
|
--ripple-color: currentColor;
|
||||||
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -145,7 +146,7 @@
|
|||||||
contain: content;
|
contain: content;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
opacity: var(--opacity);
|
opacity: var(--opacity);
|
||||||
overflow: hidden;
|
overflow: var(--overflow);
|
||||||
user-select: none;
|
user-select: none;
|
||||||
vertical-align: top; // the better option for most scenarios
|
vertical-align: top; // the better option for most scenarios
|
||||||
vertical-align: -webkit-baseline-middle; // the best for those that support it
|
vertical-align: -webkit-baseline-middle; // the best for those that support it
|
||||||
|
Reference in New Issue
Block a user