Make the nav bullet transparent selector more specific

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
This commit is contained in:
Michael Weimann 2019-01-06 22:36:18 +01:00
parent f91802ab4f
commit f54e3c7576
No known key found for this signature in database
GPG Key ID: 34F0524D4DA694A1
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ kbd {
&:before {
opacity: 1;
}
.app-navigation-entry-bullet {
> .app-navigation-entry-bullet {
background: transparent !important;
}
}