Fix #1473 unset > initial (#1597)

This commit is contained in:
Robbin Johansson 2018-02-02 16:23:34 +01:00 committed by Jeremy Thomas
parent 523d9351a6
commit 814d83725f
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ $dropdown-divider-background-color: $border !default
.dropdown-menu .dropdown-menu
bottom: 100% bottom: 100%
padding-bottom: $dropdown-content-offset padding-bottom: $dropdown-content-offset
padding-top: unset padding-top: initial
top: auto top: auto
.dropdown-menu .dropdown-menu

View File

@ -119,7 +119,7 @@ $help-size: $size-small !default
max-height: 600px max-height: 600px
min-height: 120px min-height: 120px
&[rows] &[rows]
height: unset height: initial
// Modifiers // Modifiers
&.has-fixed-size &.has-fixed-size
resize: none resize: none
@ -173,7 +173,7 @@ $help-size: $size-small !default
&:not([multiple]) &:not([multiple])
padding-right: 2.5em padding-right: 2.5em
&[multiple] &[multiple]
height: unset height: initial
padding: 0 padding: 0
option option
padding: 0.5em 1em padding: 0.5em 1em