N°4628 - Upgrade bulma lib to v0.9.4 to avoid hack from N°4481

This commit is contained in:
Molkobain
2022-05-11 11:40:25 +02:00
parent 891dd31290
commit bb2c9dedeb
70 changed files with 742 additions and 385 deletions

View File

@@ -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} {