mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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,
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user