mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(sass): fix linter errors
This commit is contained in:
@@ -66,8 +66,9 @@ ion-action-sheet {
|
||||
}
|
||||
|
||||
.action-sheet-button {
|
||||
padding: $action-sheet-ios-button-padding;
|
||||
margin: 0;
|
||||
padding: $action-sheet-ios-button-padding;
|
||||
|
||||
min-height: $action-sheet-ios-button-min-height;
|
||||
|
||||
border-bottom: $action-sheet-ios-button-border-width $action-sheet-ios-button-border-style $action-sheet-ios-border-color;
|
||||
|
||||
@@ -47,8 +47,8 @@ $segment-button-md-icon-line-height: $segment-button-md-line-height !d
|
||||
|
||||
&.activated,
|
||||
&.segment-activated {
|
||||
opacity: 1;
|
||||
border-color: $segment-button-md-border-color-activated;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -229,7 +229,7 @@ ion-buttons[right] {
|
||||
background-color: $color-base;
|
||||
|
||||
&.activated {
|
||||
color: $color-contrast;
|
||||
color: $color-contrast;
|
||||
background-color: color-shade($color-base);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user