]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
#2091 remove css rule which causes has-addons to not work correctly (#2188)
authorgvdp <vdputteglenn@gmail.com>
Wed, 31 Oct 2018 13:44:26 +0000 (14:44 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Wed, 31 Oct 2018 13:44:26 +0000 (13:44 +0000)
* #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

sass/elements/tag.sass

index 7c250546158a3bda79a400136bb57fee98fc67e9..25db0fe6b4be5668e5a9c5239e15a78269c5afce 100644 (file)
@@ -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