From: coolbezos_420 Date: Wed, 3 Apr 2019 08:00:26 +0000 (+1100) Subject: fix border radius on last-child of list X-Git-Tag: 0.7.5~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ba8b2313347fa8d8dda53bdcdddd81ee465eb07;p=thirdparty%2Fbulma.git fix border radius on last-child of list to fix #2435 issue --- diff --git a/sass/components/list.sass b/sass/components/list.sass index eccd034b5..e09b551b9 100644 --- a/sass/components/list.sass +++ b/sass/components/list.sass @@ -26,8 +26,8 @@ $list-item-hover-background-color: $background !default border-top-left-radius: $list-radius border-top-right-radius: $list-radius &:last-child - border-top-left-radius: $list-radius - border-top-right-radius: $list-radius + border-bottom-left-radius: $list-radius + border-bottom-right-radius: $list-radius &:not(:last-child) border-bottom: $list-item-border &.is-active @@ -36,4 +36,4 @@ $list-item-hover-background-color: $background !default a.list-item background-color: $list-item-hover-background-color - cursor: pointer \ No newline at end of file + cursor: pointer