From f54e3c75762756389dc255805deb1ada3c7a9331 Mon Sep 17 00:00:00 2001 From: Michael Weimann Date: Sun, 6 Jan 2019 22:36:18 +0100 Subject: Make the nav bullet transparent selector more specific Signed-off-by: Michael Weimann --- core/css/apps.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/css/apps.scss b/core/css/apps.scss index 43055680e28..06d13e384fe 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -393,7 +393,7 @@ kbd { &:before { opacity: 1; } - .app-navigation-entry-bullet { + > .app-navigation-entry-bullet { background: transparent !important; } } -- cgit v1.2.3