Problem/Motivation
When you hover over one of the views (File Usage in this example):

It shifts to the right:

Also, it looks like the button that is not highlighted is off vertically.
Proposed resolution
fix it.
Remaining tasks
User interface changes
API changes
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | views_ui-fix-hover-bug-2251119-8.patch | 510 bytes | alimac |
| #7 | views_ui-fix-hover-bug-2251119-7.patch | 512 bytes | alimac |
| #6 | views_ui-fix-hover-bug-2251119-6.patch | 512 bytes | alimac |
| #3 | views_ui-fix-hover-bug-2251119-3.patch | 380 bytes | alimac |
| #2 | views-ui-2.png | 18.22 KB | alimac |
Comments
Comment #1
dawehnerComment #2
alimac commentedFixed typo in title and added two screenshots for clarification. I might take a stab at this.
Comment #3
alimac commentedHere's a patch that fixes the horizontal shifting on hover.
Comment #4
lokapujyaOpened another one for the top gray border: #2251221: Views Display Tabs: remove gray top border.
Should fix "Also, it looks like the button that is not highlighted is off vertically."
Comment #5
dawehnerI guess this kind of behavior is expected somewhere else in core?
Comment #6
alimac commentedYou're right. Here's a patch to views_ui.admin.theme.css that accomplishes the same.
Comment #7
alimac commentedJust noticed that I have a trailing space - fixed in this patch.
Comment #8
alimac commentedStill trailing space in #7 - this should be clean.
Comment #10
oadaeh commentedThe patch in #8 does indeed correct the errant behavior.
Comment #11
oadaeh commentedComment #12
lewisnymanRTBC++
Comment #14
oadaeh commentedFailed on a locale update test? Let's try that again.
Comment #15
oadaeh commented8: views_ui-fix-hover-bug-2251119-8.patch queued for re-testing.
Comment #16
dawehnerJust another random fail...
Comment #17
webchickGreat catch!
Committed and pushed to 8.x. Thanks!