mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
style(scss): fix lint errors
This commit is contained in:
@ -33,8 +33,8 @@ $chip-button-ios-clear-icon-fill-color: color($colors-ios, primary) !default
|
||||
// --------------------------------------------------
|
||||
|
||||
.chip-button-clear-ios {
|
||||
background-color: $chip-button-ios-clear-background-color;
|
||||
color: $chip-button-ios-clear-text-color;
|
||||
background-color: $chip-button-ios-clear-background-color;
|
||||
}
|
||||
|
||||
.chip-button-clear-ios .icon {
|
||||
@ -85,5 +85,4 @@ $chip-button-ios-clear-icon-fill-color: color($colors-ios, primary) !default
|
||||
fill: $color-contrast;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -33,8 +33,8 @@ $chip-button-md-clear-icon-fill-color: color($colors-md, primary) !default;
|
||||
// --------------------------------------------------
|
||||
|
||||
.chip-button-clear-md {
|
||||
background-color: $chip-button-md-clear-background-color;
|
||||
color: $chip-button-md-clear-text-color;
|
||||
background-color: $chip-button-md-clear-background-color;
|
||||
}
|
||||
|
||||
.chip-button-clear-md .icon {
|
||||
|
@ -28,4 +28,4 @@ $chip-button-size: 32px !default;
|
||||
|
||||
width: $chip-button-size;
|
||||
height: $chip-button-size;
|
||||
}
|
||||
}
|
||||
|
@ -33,8 +33,8 @@ $chip-button-wp-clear-icon-fill-color: color($colors-wp, primary) !default;
|
||||
// --------------------------------------------------
|
||||
|
||||
.chip-button-clear-wp {
|
||||
background-color: $chip-button-wp-clear-background-color;
|
||||
color: $chip-button-wp-clear-text-color;
|
||||
background-color: $chip-button-wp-clear-background-color;
|
||||
}
|
||||
|
||||
.chip-button-clear-wp .icon {
|
||||
@ -63,6 +63,4 @@ $chip-button-wp-clear-icon-fill-color: color($colors-wp, primary) !default;
|
||||
fill: $color-base;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user