mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 22:48:45 +02:00
N°4628 - Upgrade bulma lib to v0.9.4 to avoid hack from N°4481
This commit is contained in:
4
node_modules/bulma-scss/form/_input-textarea.scss
generated
vendored
4
node_modules/bulma-scss/form/_input-textarea.scss
generated
vendored
@@ -2,6 +2,8 @@ $textarea-padding: $control-padding-horizontal !default;
|
||||
$textarea-max-height: 40em !default;
|
||||
$textarea-min-height: 8em !default;
|
||||
|
||||
$textarea-colors: $form-colors !default;
|
||||
|
||||
%input-textarea {
|
||||
@extend %input;
|
||||
|
||||
@@ -14,7 +16,7 @@ $textarea-min-height: 8em !default;
|
||||
}
|
||||
|
||||
// Colors
|
||||
@each $name, $pair in $colors {
|
||||
@each $name, $pair in $textarea-colors {
|
||||
$color: nth($pair, 1);
|
||||
|
||||
&.is-#{$name} {
|
||||
|
||||
Reference in New Issue
Block a user