Commit 7fe77496 authored by Liam Sharpe's avatar Liam Sharpe Committed by Robert Lyon
Browse files

Fixed focus color of second level nav in ocean theme - Bug #1596755

behatnotneeded

Change-Id: I95177656a51133c0b140373c40813c0389aae55d
(cherry picked from commit ff226d77)
parent 1460caad
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -34,6 +34,10 @@
    background-color: transparent;
}

.navbar-default .navbar-nav:not(.top-nav) > li > a:focus {
    color: $brand-primary;
}

.navbar-form {
    border: 0;
}