Ensure active tabs have a background color to avoid any awkward bleed-through in case of overlap. props TobiasBg. fixes #27116.
Built from https://develop.svn.wordpress.org/trunk@27749 git-svn-id: http://core.svn.wordpress.org/trunk@27586 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b5d0471fef
commit
d8f50c98a0
|
@ -1506,7 +1506,7 @@ html.wp-toolbar {
|
|||
.nav-tab-active,
|
||||
.nav-tab-active:hover {
|
||||
border-bottom: 1px solid #f1f1f1;
|
||||
background: none;
|
||||
background: #f1f1f1;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
|
|
@ -1506,7 +1506,7 @@ html.wp-toolbar {
|
|||
.nav-tab-active,
|
||||
.nav-tab-active:hover {
|
||||
border-bottom: 1px solid #f1f1f1;
|
||||
background: none;
|
||||
background: #f1f1f1;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue