mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
style(css): fix most scss lint errors
This commit is contained in:
@ -27,9 +27,9 @@
|
||||
}
|
||||
|
||||
.picker-ios .picker-toolbar-button {
|
||||
text-align: end;
|
||||
|
||||
flex: 1;
|
||||
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
.picker-ios .picker-toolbar-button:last-child .picker-button {
|
||||
@ -37,9 +37,9 @@
|
||||
}
|
||||
|
||||
.picker-ios .picker-toolbar-button:first-child {
|
||||
text-align: start;
|
||||
|
||||
font-weight: normal;
|
||||
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
.picker-ios .picker-button,
|
||||
|
@ -85,8 +85,6 @@ ion-picker {
|
||||
}
|
||||
|
||||
.picker-prefix {
|
||||
text-align: end;
|
||||
|
||||
position: relative;
|
||||
|
||||
flex: 2;
|
||||
@ -95,11 +93,11 @@ ion-picker {
|
||||
max-width: 50%;
|
||||
|
||||
white-space: nowrap;
|
||||
|
||||
text-align: end;
|
||||
}
|
||||
|
||||
.picker-suffix {
|
||||
text-align: start;
|
||||
|
||||
position: relative;
|
||||
|
||||
flex: 2;
|
||||
@ -108,12 +106,13 @@ ion-picker {
|
||||
max-width: 50%;
|
||||
|
||||
white-space: nowrap;
|
||||
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
// contain property is supported by Chrome
|
||||
.picker-opt {
|
||||
@include position(0, null, null, 0);
|
||||
text-align: center;
|
||||
|
||||
position: absolute;
|
||||
|
||||
@ -127,6 +126,8 @@ ion-picker {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
||||
text-align: center;
|
||||
|
||||
will-change: transform;
|
||||
contain: strict;
|
||||
}
|
||||
|
Reference in New Issue
Block a user