App menu: fix white nav arrow in light mode

This commit is contained in:
Vladyslav Hroshev
2023-04-07 20:47:11 +03:00
parent 4a415dc0cb
commit 0940eefce2

View File

@@ -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);
}