]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix #1473 unset > initial (#1597)
authorRobbin Johansson <robbinfellow@gmail.com>
Fri, 2 Feb 2018 15:23:34 +0000 (16:23 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Fri, 2 Feb 2018 15:23:34 +0000 (15:23 +0000)
sass/components/dropdown.sass
sass/elements/form.sass

index b5200c3e0c1fdd3f6c86dd2ee814915f07034f96..6a0eaeb7a27cbe628a0246b0389434727c2c1ae6 100644 (file)
@@ -29,7 +29,7 @@ $dropdown-divider-background-color: $border !default
     .dropdown-menu
       bottom: 100%
       padding-bottom: $dropdown-content-offset
-      padding-top: unset
+      padding-top: initial
       top: auto
 
 .dropdown-menu
index 9820c89f32f016eab14d961a87ef2663437960b6..3efb3c529c222fe218c858e07b5b43643bc92315 100644 (file)
@@ -119,7 +119,7 @@ $help-size: $size-small !default
     max-height: 600px
     min-height: 120px
   &[rows]
-    height: unset
+    height: initial
   // Modifiers
   &.has-fixed-size
     resize: none
@@ -173,7 +173,7 @@ $help-size: $size-small !default
     &:not([multiple])
       padding-right: 2.5em
     &[multiple]
-      height: unset
+      height: initial
       padding: 0
       option
         padding: 0.5em 1em