add opacity to svg highlighted area

deepsource-autofix-76c6eb20
Dan Gowans 2022-12-06 09:58:52 -05:00
parent c5c80e298e
commit 237535dfe4
2 changed files with 3 additions and 3 deletions

View File

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