mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
style(sass): remove all PropertySortOrder errors from linter
references #5797
This commit is contained in:
@ -37,8 +37,10 @@ ion-checkbox {
|
||||
|
||||
.checkbox-icon {
|
||||
position: relative;
|
||||
|
||||
width: $checkbox-wp-icon-size;
|
||||
height: $checkbox-wp-icon-size;
|
||||
|
||||
border-width: $checkbox-wp-icon-border-width;
|
||||
border-style: $checkbox-wp-icon-border-style;
|
||||
border-radius: $checkbox-wp-icon-border-radius;
|
||||
@ -63,8 +65,10 @@ ion-checkbox {
|
||||
position: absolute;
|
||||
top: -2px;
|
||||
left: 3px;
|
||||
|
||||
width: 6px;
|
||||
height: 12px;
|
||||
|
||||
border-width: $checkbox-wp-icon-checkmark-width;
|
||||
border-top-width: 0;
|
||||
border-left-width: 0;
|
||||
@ -80,6 +84,7 @@ ion-checkbox {
|
||||
.checkbox-disabled,
|
||||
.item-checkbox-disabled ion-label {
|
||||
opacity: $checkbox-wp-disabled-opacity;
|
||||
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
@ -90,6 +95,7 @@ ion-checkbox {
|
||||
.item ion-checkbox {
|
||||
position: static;
|
||||
display: block;
|
||||
|
||||
margin: $checkbox-wp-media-margin;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user