From 107163d578541a9701cea1f1bf330e428f06b7e8 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Wed, 25 Sep 2013 16:28:08 +0000 Subject: [PATCH] Twenty Fourteen: change the background color a bit more on hover for main navigation submenus. See #25220. Built from https://develop.svn.wordpress.org/trunk@25623 git-svn-id: http://core.svn.wordpress.org/trunk@25540 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfourteen/inc/customizer.php | 1 - wp-content/themes/twentyfourteen/style.css | 7 +------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/wp-content/themes/twentyfourteen/inc/customizer.php b/wp-content/themes/twentyfourteen/inc/customizer.php index 45bb136b96..34993a039a 100644 --- a/wp-content/themes/twentyfourteen/inc/customizer.php +++ b/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/wp-content/themes/twentyfourteen/style.css b/wp-content/themes/twentyfourteen/style.css index f0cb9f2bfe..10fbfadab0 100644 --- a/wp-content/themes/twentyfourteen/style.css +++ b/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;