mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
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
This commit is contained in:
parent
8896aab690
commit
107163d578
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user