mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
Revisions: Bump the tooltips up one pixel to prevent a Firefox hover-loop bug on the upper-border of the scrubber.
See #24736. git-svn-id: http://core.svn.wordpress.org/trunk@24770 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2077ce4a3d
commit
7aee678e69
@ -3760,7 +3760,7 @@ table.diff .diff-addedline ins {
|
||||
|
||||
.revisions-tooltip {
|
||||
position: absolute;
|
||||
bottom: 105px;
|
||||
bottom: 106px;
|
||||
margin-right: 0;
|
||||
margin-left: -69px;
|
||||
z-index: 1;
|
||||
@ -3781,7 +3781,7 @@ table.diff .diff-addedline ins {
|
||||
}
|
||||
|
||||
.comparing-two-revisions .revisions-tooltip {
|
||||
bottom: 145px;
|
||||
bottom: 146px;
|
||||
}
|
||||
|
||||
.revisions-tooltip-arrow {
|
||||
@ -3792,7 +3792,6 @@ table.diff .diff-addedline ins {
|
||||
left: 0;
|
||||
margin-left: 35px;
|
||||
bottom: -15px;
|
||||
z-index: 10000;
|
||||
}
|
||||
|
||||
.revisions-tooltip.flipped .revisions-tooltip-arrow {
|
||||
|
Loading…
Reference in New Issue
Block a user