mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 14:38:47 +02:00
N°4628 - Upgrade bulma lib to v0.9.4 to avoid hack from N°4481
This commit is contained in:
10
node_modules/bulma-scss/elements/_progress.scss
generated
vendored
10
node_modules/bulma-scss/elements/_progress.scss
generated
vendored
@@ -1,9 +1,13 @@
|
||||
@import "../utilities/mixins";
|
||||
|
||||
$progress-bar-background-color: $border-light !default;
|
||||
$progress-value-background-color: $text !default;
|
||||
$progress-border-radius: $radius-rounded !default;
|
||||
|
||||
$progress-indeterminate-duration: 1.5s !default;
|
||||
|
||||
$progress-colors: $colors !default;
|
||||
|
||||
.progress {
|
||||
@extend %block;
|
||||
|
||||
@@ -35,7 +39,7 @@ $progress-indeterminate-duration: 1.5s !default;
|
||||
}
|
||||
|
||||
// Colors
|
||||
@each $name, $pair in $colors {
|
||||
@each $name, $pair in $progress-colors {
|
||||
$color: nth($pair, 1);
|
||||
|
||||
&.is-#{$name} {
|
||||
@@ -75,6 +79,10 @@ $progress-indeterminate-duration: 1.5s !default;
|
||||
&::-moz-progress-bar {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
&::-ms-fill {
|
||||
animation-name: none;
|
||||
}
|
||||
}
|
||||
|
||||
// Sizes
|
||||
|
||||
Reference in New Issue
Block a user