From 0940eefce283879896a90a22c7cf8870ffd8014d Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Fri, 7 Apr 2023 20:47:11 +0300 Subject: [PATCH] App menu: fix white nav arrow in light mode --- css/apps.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/apps.css b/css/apps.css index e3ac173..e308430 100644 --- a/css/apps.css +++ b/css/apps.css @@ -103,7 +103,8 @@ box-shadow: inset 0 0 0 1px BORDER-SHADOW; } -.page-navigation-arrow:hover>StIcon { +.page-navigation-arrow:hover > StIcon { + color: TEXT-PRIMARY-COLOR; background-color: rgba(0, 0, 0, 0); }