diff options
| author | taehoon <th.dev91@gmail.com> | 2019-04-04 03:18:29 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-04-17 11:32:49 -0400 |
| commit | 83faa96f1b7405be2fb17b717c72c10ff8a65b59 (patch) | |
| tree | 504b37f6de5c95ae857a81801014ac9822a8b0b9 /src/components/list/list.vue | |
| parent | ca26776b4e459ed7729d8a5cf354621a0d96ae59 (diff) | |
remove border-bottom of the last list item
Diffstat (limited to 'src/components/list/list.vue')
| -rw-r--r-- | src/components/list/list.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/list/list.vue b/src/components/list/list.vue index bf5a0499..9d4beb21 100644 --- a/src/components/list/list.vue +++ b/src/components/list/list.vue @@ -28,7 +28,7 @@ export default { @import '../../_variables.scss'; .list { - &-item { + &-item:not(:last-child) { border-bottom: 1px solid; border-bottom-color: $fallback--border; border-bottom-color: var(--border, $fallback--border); |
