diff --git a/stylesheets/overlays.less b/stylesheets/overlays.less index 182499a..1f00608 100644 --- a/stylesheets/overlays.less +++ b/stylesheets/overlays.less @@ -30,7 +30,12 @@ margin-right: 0; } } - } + &.selected { + .status.icon { + color: @text-color-selected; + } + } + } } }