From bc4651d2b741d8ed2d324a03f38fcea4372419f0 Mon Sep 17 00:00:00 2001 From: Miodec Date: Sat, 28 Jan 2023 19:45:40 +0100 Subject: [PATCH] fixed active entry icon color not changing --- frontend/src/styles/commandline.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/frontend/src/styles/commandline.scss b/frontend/src/styles/commandline.scss index 4220f03b0..301026e32 100644 --- a/frontend/src/styles/commandline.scss +++ b/frontend/src/styles/commandline.scss @@ -123,11 +123,21 @@ color: var(--bg-color) !important; background: var(--text-color) !important; cursor: pointer; + .fas, + .far, + .fab { + color: var(--bg-color); + } } &.activeKeyboard { color: var(--bg-color) !important; background: var(--text-color) !important; + .fas, + .far, + .fab { + color: var(--bg-color); + } } // &:hover {