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:
Andrew Nacin 2013-12-04 17:16:10 +00:00
parent bfc16271ca
commit 2e96bd6fd8
4 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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