move border-bottom style to the list

This commit is contained in:
taehoon 2019-04-03 23:42:24 -04:00
parent 3a318dc373
commit 80d83b46d9
2 changed files with 4 additions and 9 deletions

View file

@ -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;