diff --git a/ui/app/styles/core/icon.scss b/ui/app/styles/core/icon.scss index fef6cafe8..c96186558 100644 --- a/ui/app/styles/core/icon.scss +++ b/ui/app/styles/core/icon.scss @@ -28,6 +28,10 @@ $icon-dimensions-large: 2rem; width: $icon-dimensions-large; } + &.is-faded { + fill: $grey-light; + } + @each $name, $pair in $colors { $color: nth($pair, 1);