Nav Menu admin: Suppress outlines on expand/collapse arrows. fixes #26398.
Built from https://develop.svn.wordpress.org/trunk@26614 git-svn-id: http://core.svn.wordpress.org/trunk@26504 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bfc16271ca
commit
2e96bd6fd8
|
@ -9983,6 +9983,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
|||
height: 40px;
|
||||
margin-left: 0 !important;
|
||||
text-indent: 100%;
|
||||
outline: none;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -9983,6 +9983,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
|||
height: 40px;
|
||||
margin-right: 0 !important;
|
||||
text-indent: 100%;
|
||||
outline: none;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue