Skip to content
This repository has been archived by the owner. It is now read-only.

Fixed Nav Dropdown Color #5

Merged
merged 1 commit into from
Aug 12, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7999,7 +7999,7 @@ body {
border: 6px solid transparent;
border-bottom-color: #e9e9e9;
}
#masthead #site-navigation .navbar-collapse .nav li.current-menu-parent a {
#masthead #site-navigation .navbar-collapse .nav li.current-menu-parent a.dropdown-toggle {
color: white;
}
#masthead #site-navigation .navbar-collapse .nav .dropdown-menu {
Expand Down
2 changes: 1 addition & 1 deletion style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ body {
border-bottom-color:$dropdown-bg;
}

li.current-menu-parent a {
li.current-menu-parent a.dropdown-toggle {
color:white;
}

Expand Down