vendor/assets/stylesheets/components/_selectpicker.scss in active_frontend-16.0.7 vs vendor/assets/stylesheets/components/_selectpicker.scss in active_frontend-16.0.8

- old
+ new

@@ -7,41 +7,42 @@ // scss-lint:disable SelectorFormat // Selectpicker // ================================================== .selectpicker { - > span { - display: block; - max-height: 230px; - overflow-x: auto; + > span { + display: block; + max-height: 230px; + overflow-x: auto; - > li { - border-top: 1px solid; - border-top-color: inherit; - clear: both; - display: block; - font-weight: inherit; - line-height: 1; - padding: 6px 0; - margin: 0; + > li { + border-top: 1px solid; + border-top-color: inherit; + clear: both; + display: block; + font-weight: inherit; + line-height: 1; + padding: 6px 0; + margin: 0; - &:first-child { - border-top: 0; - > a { padding-top: 10px; } - } - &:last-child { - > a { padding-bottom: 10px; } - } + &:first-child { + border-top: 0; - &.hidden { display: none; } - &.selectpicker-fuzzy { padding: 10px 10px 5px; } - &.bsListEmpty { padding: 16px 20px; } - &.optgroup { - background: color(light-slate); - color: color(light-haze); - font-size: text-size(xs); - font-weight: text-weight(semibold); - padding: 5px 10px; - } - } - } + > a { padding-top: 10px; } + } + &:last-child { + > a { padding-bottom: 10px; } + } + + &.hidden { display: none; } + &.selectpicker-fuzzy { padding: 10px 10px 5px; } + &.bsListEmpty { padding: 16px 20px; } + &.optgroup { + background: color(light-slate); + color: color(white); + font-size: text-size(xs); + font-weight: text-weight(semibold); + padding: 5px 10px; + } + } + } }