Ticket #52148: admin-menu.css.patch
File admin-menu.css.patch, 546 bytes (added by , 4 years ago) |
---|
-
src/wp-admin/css/admin-menu.css
451 451 /* flyout menu arrow */ 452 452 #adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after { 453 453 right: 0; 454 border: solid transparent;454 border: 8px solid transparent; 455 455 content: " "; 456 456 height: 0; 457 457 width: 0; 458 458 position: absolute; 459 459 pointer-events: none; 460 border-width: 8px;461 460 top: 10px; 462 461 z-index: 10000; 463 462 }