Skip to content

Commit 5c0bdc6

Browse files
committed
Admin: Remove border radius on focus state in admin sidebar.
Match the `:hover` and `:focus` states in the admin sidebar, restoring the sharp-edged border used prior to the admin reskin. Remove the 2px border radius from focused admin sidebar links. Props juanfra, audrasjb, niravsherasiya7707, khushi1501, shailu25, joedolson. Fixes #64860. git-svn-id: https://develop.svn.wordpress.org/trunk@62108 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 6a568e8 commit 5c0bdc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wp-admin/css/admin-menu.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
.folded #adminmenu .wp-submenu-head:hover {
113113
box-shadow: inset 4px 0 0 0 currentColor;
114114
transition: box-shadow .1s linear;
115+
border-radius: 0;
115116
}
116117

117118
#adminmenu li.menu-top {

0 commit comments

Comments
 (0)