mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
fix(input): update input css/tests
This commit is contained in:
@ -9,7 +9,7 @@ $checkbox-md-border-bottom-color: $list-md-border-color !default;
|
||||
$checkbox-md-padding: $item-md-padding-top ($item-md-padding-right / 2) $item-md-padding-bottom 0 !default;
|
||||
$checkbox-md-margin: 0 !default;
|
||||
$checkbox-md-media-margin: $item-md-padding-media-top 36px $item-md-padding-media-bottom 4px !default;
|
||||
$checkbox-md-disabled-opacity: 0.5 !default;
|
||||
$checkbox-md-disabled-opacity: 0.4 !default;
|
||||
|
||||
$checkbox-md-icon-background-color-off: $list-md-background-color !default;
|
||||
$checkbox-md-icon-background-color-on: map-get($colors-md, primary) !default;
|
||||
@ -78,13 +78,17 @@ $checkbox-md-icon-border-color-on: map-get($colors-md, primary) !default;
|
||||
}
|
||||
|
||||
|
||||
// Material Design Checkbox within an item
|
||||
// Material Design Checkbox Within An Item
|
||||
// -----------------------------------------
|
||||
|
||||
.item ion-checkbox {
|
||||
margin: $checkbox-md-media-margin;
|
||||
}
|
||||
|
||||
ion-checkbox + .item-inner ion-label {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
|
||||
// Material Design Checkbox Color Mixin
|
||||
// --------------------------------------------------
|
||||
|
Reference in New Issue
Block a user