mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 21:14:30 -07:00
Merge branch 'master' into css-variables-with-fallback
This commit is contained in:
@@ -2,6 +2,8 @@ $textarea-padding: var(--control-padding-horizontal, #{$control-padding-horizont
|
||||
$textarea-max-height: 40em !default
|
||||
$textarea-min-height: 8em !default
|
||||
|
||||
$textarea-colors: $form-colors !default
|
||||
|
||||
%input-textarea
|
||||
@extend %input
|
||||
box-shadow: var(--input-shadow, #{$input-shadow})
|
||||
@@ -10,7 +12,7 @@ $textarea-min-height: 8em !default
|
||||
&[readonly]
|
||||
box-shadow: none
|
||||
// Colors
|
||||
@each $name, $pair in $colors
|
||||
@each $name, $pair in $textarea-colors
|
||||
$color: nth($pair, 1)
|
||||
&.is-#{$name}
|
||||
border-color: var(--#{$name}, #{$color})
|
||||
|
||||
Reference in New Issue
Block a user