mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
style(sass): fix linter errors
This commit is contained in:
@ -91,7 +91,7 @@ ion-action-sheet {
|
|||||||
|
|
||||||
.action-sheet-selected {
|
.action-sheet-selected {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background: white;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.action-sheet-destructive {
|
.action-sheet-destructive {
|
||||||
|
@ -90,7 +90,7 @@ tabbar {
|
|||||||
ion-badge,
|
ion-badge,
|
||||||
ion-icon,
|
ion-icon,
|
||||||
span {
|
span {
|
||||||
opacity: 0.4;
|
opacity: .4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user