mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
N°4628 - Upgrade bulma lib to v0.9.4 to avoid hack from N°4481
This commit is contained in:
7
node_modules/bulma-scss/form/_select.scss
generated
vendored
7
node_modules/bulma-scss/form/_select.scss
generated
vendored
@@ -1,3 +1,5 @@
|
||||
$select-colors: $form-colors !default;
|
||||
|
||||
.select {
|
||||
display: inline-block;
|
||||
max-width: 100%;
|
||||
@@ -68,7 +70,7 @@
|
||||
}
|
||||
|
||||
// Colors
|
||||
@each $name, $pair in $colors {
|
||||
@each $name, $pair in $select-colors {
|
||||
$color: nth($pair, 1);
|
||||
|
||||
&.is-#{$name} {
|
||||
@@ -110,7 +112,8 @@
|
||||
// Modifiers
|
||||
&.is-disabled {
|
||||
&::after {
|
||||
border-color: $input-disabled-color;
|
||||
border-color: $input-disabled-color !important;
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user