File tree Expand file tree Collapse file tree 4 files changed +7
-20
lines changed Expand file tree Collapse file tree 4 files changed +7
-20
lines changed Original file line number Diff line number Diff line change 11@use " ../../themes/ionic/ionic.globals.scss" as globals ;
22@use " ./item.common" ;
3- @use " ./item.ionic.vars" as vars ;
43
54// Item
65// --------------------------------------------------
76
87:host {
9- --background : #{vars . $item-ionic-background } ;
8+ --background : #{globals . $ion-primitives-base-white } ;
109 --background-activated : #{globals .$ion-primitives-neutral-200 } ;
1110 --border-color : #{globals .$ion-primitives-neutral-300 } ;
1211 --border-style : #{globals .$ion-border-style-solid } ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11@use " ../../themes/ionic/ionic.globals.scss" as globals ;
2- @use " ../item/item.ionic.vars" as itemVars ;
32@import " ./list-header" ;
43
54:host {
109
1110 min-height : 58px ;
1211
13- /* *
12+ /* *
1413 * The focus rings from components like buttons and links
1514 * are being cut off. This style ensures that the focus ring
1615 * is completely visible.
1918
2019 /* stylelint-disable */
2120 @include ltr () {
22- padding-right : calc (var (--ion-safe-area-right , 0px ) + #{itemVars . $item-ionic-padding-end } );
23- padding-left : calc (var (--ion-safe-area-left , 0px ) + #{itemVars . $item-ionic-padding-start } );
21+ padding-right : calc (var (--ion-safe-area-right , 0px ) + #{globals . $ion-space-400 } );
22+ padding-left : calc (var (--ion-safe-area-left , 0px ) + #{globals . $ion-space-400 } );
2423 }
2524
2625 @include rtl () {
27- padding-right : calc (var (--ion-safe-area-right , 0px ) + #{itemVars . $item-ionic-padding-start } );
28- padding-left : calc (var (--ion-safe-area-left , 0px ) + #{itemVars . $item-ionic-padding-end } );
26+ padding-right : calc (var (--ion-safe-area-right , 0px ) + #{globals . $ion-space-400 } );
27+ padding-left : calc (var (--ion-safe-area-left , 0px ) + #{globals . $ion-space-400 } );
2928 }
3029 /* stylelint-enable */
3130}
Original file line number Diff line number Diff line change 11@use " ../../themes/ionic/ionic.globals.scss" as globals ;
2- @use " ../item/item.ionic.vars" as itemVars ;
32@import " ./list.ionic.vars.scss" ;
43
54// Ionic List
@@ -11,7 +10,7 @@ ion-list {
1110
1211 display : block ;
1312
14- background : #{itemVars . $item-ionic-background } ;
13+ background : #{globals . $ion-primitives-base-white } ;
1514
1615 contain : content ;
1716 list-style-type : none ;
You can’t perform that action at this time.
0 commit comments