Twenty Fourteen: change the background color a bit more on hover for main navigation submenus. See #25220.

git-svn-id: https://develop.svn.wordpress.org/trunk@25623 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-09-25 16:28:00 +00:00
parent 1df5d5fa6b
commit fcd1b02a1d
2 changed files with 1 additions and 7 deletions

View File

@ -107,7 +107,6 @@ function twentyfourteen_customizer_styles() {
h5 a:hover,
h6 a:hover,
a,
.primary-navigation ul ul a:hover,
.entry-title a:hover,
.cat-links a:hover,
.site-content .post-navigation a:hover,

View File

@ -709,12 +709,7 @@ body {
}
.primary-navigation li:hover > a {
background-color: #2b2b2b;
}
.primary-navigation li li:hover > a {
background-color: #000;
}
.primary-navigation ul ul a:hover {
color: #24890d;
color: #fff;
}
.primary-navigation ul li:hover > ul {
display: block;