mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-22 04:04:25 +00:00
TinyMCE: fix flickering inline toolbar when hovering over the buttons there and the vertical scrollbar is not shown (the page height is less than the window height). Improves/removes the previous fix for similar flickering but only in RTL, see #42018.
Props joakimsilfverberg, mukesh27, kokers, Howdy_McGee, noisysocks, azaozz. Fixes #44911. git-svn-id: https://develop.svn.wordpress.org/trunk@45610 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -803,11 +803,6 @@ div.mce-menu .mce-menu-item-sep,
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
/* Don't show the tooltip. Used in Chrome RTL, see #42018 */
|
||||
.rtl .mce-tooltip.wp-hide-mce-tooltip {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.mce-tooltip-inner {
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
|
||||
|
||||
Reference in New Issue
Block a user