mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
refactor(list): fixing UI issues with refactoring the border
Removed margin-top for now. Removed unused css rule called no-border. References #437
This commit is contained in:
@ -36,7 +36,8 @@ ion-checkbox {
|
||||
|
||||
media-checkbox {
|
||||
display: block;
|
||||
margin: $item-md-padding-media-top ($item-md-padding-right / 2) $item-md-padding-media-bottom ($item-md-padding-left / 2);
|
||||
// TODO convert these to sass variables
|
||||
margin: $item-md-padding-media-top 36px $item-md-padding-media-bottom 4px;
|
||||
}
|
||||
|
||||
checkbox-icon {
|
||||
|
Reference in New Issue
Block a user