From 80d83b46d91d812bc6edf4085906c1b01b0cac46 Mon Sep 17 00:00:00 2001 From: taehoon Date: Wed, 3 Apr 2019 23:42:24 -0400 Subject: move border-bottom style to the list --- src/components/selectable_list/selectable_list.vue | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/components/selectable_list/selectable_list.vue') diff --git a/src/components/selectable_list/selectable_list.vue b/src/components/selectable_list/selectable_list.vue index 7a7a7644..25b8e56b 100644 --- a/src/components/selectable_list/selectable_list.vue +++ b/src/components/selectable_list/selectable_list.vue @@ -20,6 +20,9 @@ .selectable-list { &-item { display: flex; + border-bottom: 1px solid; + border-bottom-color: $fallback--border; + border-bottom-color: var(--border, $fallback--border); &-selected { background-color: $fallback--lightBg; -- cgit v1.2.3-70-g09d2