File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -105,8 +105,7 @@ slot[name="end"]::slotted(*) {
105105}
106106
107107:host (.item-lines-inset ) {
108- --inner-border-width : #{globals .$ion-border-size-0 } #{globals .$ion-border-size-0 } #{globals .$ion-border-size-025 }
109- #{globals .$ion-border-size-0 } ;
108+ --inner-border-width : #{globals .$ion-border-size-0 } #{globals .$ion-border-size-0 } #{globals .$ion-border-size-025 } #{globals .$ion-border-size-0 } ;
110109}
111110
112111// Full lines - remove the border from the item inner (inset list items)
Original file line number Diff line number Diff line change @@ -153,7 +153,6 @@ ion-list {
153153// --------------------------------------------------
154154
155155.list-ionic-lines-inset .item-lines-default {
156- --inner-border-width : #{globals .$ion-border-size-0 } #{globals .$ion-border-size-0 } #{globals .$ion-border-size-025 }
157- #{globals .$ion-border-size-0 } ;
156+ --inner-border-width : #{globals .$ion-border-size-0 } #{globals .$ion-border-size-0 } #{globals .$ion-border-size-025 } #{globals .$ion-border-size-0 } ;
158157 --border-width : #{globals .$ion-border-size-0 } ;
159158}
Original file line number Diff line number Diff line change 7575
7676 background-color : transparent ;
7777
78- overflow : hidden ;
79-
8078 text-decoration : underline ;
79+
80+ overflow : hidden ;
8181}
8282
8383// Toast Icon & Button Icon
You can’t perform that action at this time.
0 commit comments