From: gvdp Date: Wed, 31 Oct 2018 13:44:26 +0000 (+0100) Subject: #2091 remove css rule which causes has-addons to not work correctly (#2188) X-Git-Tag: 0.7.3~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2297c65c60fc0111794391617e82e30e983b890f;p=thirdparty%2Fbulma.git #2091 remove css rule which causes has-addons to not work correctly (#2188) * #2091 remove css rule which causes has-addons to not work correctly * #2091 remove css rule which causes has-addons to not work correctly * #2091 Don't include compiled css * #2091 Don't include compiled css --- diff --git a/sass/elements/tag.sass b/sass/elements/tag.sass index 7c2505461..25db0fe6b 100644 --- a/sass/elements/tag.sass +++ b/sass/elements/tag.sass @@ -16,15 +16,6 @@ $tag-delete-margin: 1px !default margin-bottom: -0.5rem &:not(:last-child) margin-bottom: 1rem - &.has-addons - .tag - margin-right: 0 - &:not(:first-child) - border-bottom-left-radius: 0 - border-top-left-radius: 0 - &:not(:last-child) - border-bottom-right-radius: 0 - border-top-right-radius: 0 &.is-centered justify-content: center .tag @@ -37,6 +28,16 @@ $tag-delete-margin: 1px !default margin-left: 0.5rem &:not(:last-child) margin-right: 0 + &.has-addons + .tag + margin-right: 0 + &:not(:first-child) + margin-left: 0 + border-bottom-left-radius: 0 + border-top-left-radius: 0 + &:not(:last-child) + border-bottom-right-radius: 0 + border-top-right-radius: 0 .tag:not(body) align-items: center