mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 13:04:29 -07:00
Merge branch 'master' into css-variables-with-fallback
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
$select-colors: $form-colors !default
|
||||
|
||||
.select
|
||||
--select-arrow: #{$input-arrow}
|
||||
--select-disabled-border-color: #{$input-disabled-border-color}
|
||||
@@ -45,7 +47,7 @@
|
||||
&::after
|
||||
border-color: var(--select-hover-color)
|
||||
// Colors
|
||||
@each $name, $pair in $colors
|
||||
@each $name, $pair in $select-colors
|
||||
$color: nth($pair, 1)
|
||||
&.is-#{$name}
|
||||
&:not(:hover)::after
|
||||
|
||||
Reference in New Issue
Block a user