Ticket #34088: 34088.3.diff
File 34088.3.diff, 784 bytes (added by , 8 years ago) |
---|
-
src/wp-admin/css/admin-menu.css
461 461 } 462 462 463 463 /* flyout menu arrow */ 464 #adminmenu li.wp-has-submenu.wp-not-current-submenu :hover:after {464 #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:after { 465 465 right: 0; 466 466 border: solid transparent; 467 border-right-color: #32373c; 467 468 content: " "; 468 469 height: 0; 469 470 width: 0; … … 480 481 top: 18px; 481 482 } 482 483 483 #adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after {484 border-right-color: #32373c;485 }486 487 484 #adminmenu li.menu-top:hover .wp-menu-image img, 488 485 #adminmenu li.wp-has-current-submenu .wp-menu-image img { 489 486 opacity: 1;