From 8228c45ba6eaf0d55b2697aacdc4155cc2a0e9cd Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Wed, 20 Dec 2017 08:11:06 -0800 Subject: [PATCH] Specify color overrides in navbar Bulma 0.5.2 introduced color modifiers for navbar --- ui/app/styles/core/navbar.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ui/app/styles/core/navbar.scss b/ui/app/styles/core/navbar.scss index 87f15b13c..9d5929e15 100644 --- a/ui/app/styles/core/navbar.scss +++ b/ui/app/styles/core/navbar.scss @@ -45,6 +45,15 @@ max-height: 26px; } } + + .navbar-end > a.navbar-item { + color: rgba($primary-invert, 0.8); + + &:hover { + color: $primary-invert; + background: transparent; + } + } } &.is-secondary {