Problem/Motivation
The node preview button RTL :active styling is applied to the LTR version as illustrated by this gif:

Proposed resolution
Fix the RTL styling to only apply to LTR
Remaining tasks
- Write a patch
- Review
User interface changes
The node preview back button has the correct :active styling
API changes
None
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2424733-1.patch | 708 bytes | idebr |
| #1 | node-preview-after.gif | 23.24 KB | idebr |
| #1 | node-preview-rtl-after.gif | 28.29 KB | idebr |
| node-preview-before.gif | 18.55 KB | idebr |
Comments
Comment #1
idebr commentedAttached fixes the RTL css so it only applies to RTL.
Gif after:
Gif after (RTL):
Comment #2
idebr commentedComment #3
lewisnymanConfirmed. Thanks for the fix.
Comment #4
alexpottCSS is not frozen in beta. Committed 558acd6 and pushed to 8.0.x. Thanks!