add opacity to svg highlighted area
parent
c5c80e298e
commit
237535dfe4
|
|
@ -102,11 +102,11 @@ fieldset:enabled .is-hidden-enabled {
|
||||||
.highlight,
|
.highlight,
|
||||||
.highlight path {
|
.highlight path {
|
||||||
&.is-danger {
|
&.is-danger {
|
||||||
fill: $danger-light;
|
fill: rgba($danger-light, 0.6);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.is-success {
|
&.is-success {
|
||||||
fill: $success-light;
|
fill: rgba($success, 0.6);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue