From fcd1b02a1d1c391d8442713b144342e60158e422 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Wed, 25 Sep 2013 16:28:00 +0000 Subject: [PATCH] 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 --- src/wp-content/themes/twentyfourteen/inc/customizer.php | 1 - src/wp-content/themes/twentyfourteen/style.css | 7 +------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/src/wp-content/themes/twentyfourteen/inc/customizer.php b/src/wp-content/themes/twentyfourteen/inc/customizer.php index 45bb136b96..34993a039a 100644 --- a/src/wp-content/themes/twentyfourteen/inc/customizer.php +++ b/src/wp-content/themes/twentyfourteen/inc/customizer.php @@ -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, diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index f0cb9f2bfe..10fbfadab0 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -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;