From 23d3ae3584c2452810a45507f8461c205ca7f7d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Tue, 9 Nov 2021 21:42:19 +0100 Subject: [PATCH] Fixing styles on product switcher menu (#1783) --- webapp/src/styles/main.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webapp/src/styles/main.scss b/webapp/src/styles/main.scss index 22a16595f..09ab3806e 100644 --- a/webapp/src/styles/main.scss +++ b/webapp/src/styles/main.scss @@ -57,10 +57,6 @@ html { text-decoration: none; color: var(--link-color-rgb); - &:visited { - color: var(--link-visited-color-rgb); - } - &:hover { background-color: rgba(192, 192, 255, 0.2); } @@ -76,6 +72,10 @@ html { } #focalboard-app { + a:visited { + color: var(--link-visited-color-rgb); + } + button { &.style--none { background: transparent;