Skip to content
This repository was archived by the owner on May 10, 2019. It is now read-only.

Commit 8872abe

Browse files
committedAug 28, 2015
Merge pull request #420 from gib/user-nav-style
Cleans up a weird underline on the user-nav toggles
2 parents 2bfd4c3 + 56440ad commit 8872abe

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎app/styles/components/header.scss

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@ header.navbar.current-user-header .navbar-header .navbar-brand {
66
header.navbar.current-user-header .navbar-header .navbar-brand {
77
background-image: url("/images/nav-logo-dark@2x.png");
88
}
9-
}
9+
}
10+
11+
// Fixes a weird issue with the drop down adding an underline to an anchor
12+
.user-nav a:focus {
13+
text-decoration: none;
14+
}

0 commit comments

Comments
 (0)
This repository has been archived.