mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
style(chips): fix 'remove chip' styling
This commit is contained in:
committed by
Brandy Carney
parent
29758e6705
commit
57eda7f602
@@ -12,6 +12,7 @@ $chip-margin: 2px 0 !default;
|
||||
|
||||
$chip-label-color: rgba(0, 0, 0, .87) !default;
|
||||
$chip-icon-color: rgba(0, 0, 0, .87) !default;
|
||||
$chip-remove-color: rgba(137, 137, 137, .54) !default;
|
||||
|
||||
ion-chip {
|
||||
display: inline-flex;
|
||||
@@ -82,6 +83,10 @@ ion-chip {
|
||||
}
|
||||
|
||||
ion-icon[name="close-circle"] {
|
||||
font-size: 1.2em;
|
||||
margin: 0 -8px 2px -4px;
|
||||
|
||||
font-size: 1.4em;
|
||||
|
||||
color: $chip-remove-color;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user