mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00: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: https://develop.svn.wordpress.org/trunk@24770 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user