Card list with buttons not displaying lines

How to get the separating lines after each list button?

In the component demo card-list has no separating lines, how can I add them?

I think you need to use css to Ion-item . Inspect the element in the chrome debugger to find out the css class name for the element

Thanks for the info, then thing here is that on beta 11 the lines were there, now in rc0 they disappeared

1 Like

override the sass variables in your variables.scss

$list-border-color: #fff; $list-ios-border-color: $list-border-color !default; $list-md-border-color: $list-border-color !default; $list-wp-border-color: $list-border-color !default;

I noticed the missing borders as well, couldn’t get it to work with the solution of @fishgrind though