mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
style(sass): fix lint errors
This commit is contained in:
@ -6,14 +6,14 @@
|
||||
.item-option-button {
|
||||
@include padding(0, .7em);
|
||||
|
||||
border: 0;
|
||||
background: none;
|
||||
color: inherit;
|
||||
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
border: 0;
|
||||
font-size: 1em;
|
||||
|
||||
color: inherit;
|
||||
background: none;
|
||||
}
|
||||
|
||||
ion-item-options .item-option-button-inner {
|
||||
@ -33,7 +33,8 @@ ion-item-options .item-option-button-inner {
|
||||
}
|
||||
|
||||
.item-option-button [slot="icon-only"] {
|
||||
padding: 0;
|
||||
@include padding(0);
|
||||
|
||||
min-width: .9em;
|
||||
|
||||
font-size: 1.8em;
|
||||
|
@ -12,10 +12,6 @@ ion-item-options {
|
||||
|
||||
font-size: 14px;
|
||||
|
||||
&.hydrated {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
@include multi-dir() {
|
||||
// scss-lint:disable PropertySpelling
|
||||
top: 0;
|
||||
@ -38,6 +34,10 @@ ion-item-options {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
}
|
||||
|
||||
&.hydrated {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
ion-item-options[side=left] {
|
||||
|
@ -7,4 +7,4 @@
|
||||
$reorder-md-icon-font-size: 1.8em !default;
|
||||
|
||||
/// @prop - Opacity of the reorder icon
|
||||
$reorder-md-icon-opacity: .3 !default;
|
||||
$reorder-md-icon-opacity: .3 !default;
|
||||
|
Reference in New Issue
Block a user