Problem/Motivation
In reviewing #3037668-17: Improve visual coherence of the media library, @lauriii had this to say:
We shouldn't use js- prefixed classes for styling. Since this is just adding RTL styles for a pre-existing selector, we should probably just open a follow-up for this.
This is that follow-up. We should remove any styling from CSS classes that are prefixed with js-
.
Proposed resolution
Remove styling rules from any Media Library CSS classes that are prefixed with js-
.
Remaining tasks
Patch, review, commit.
User interface changes
There'd better be none, or we've done our job wrong.
API changes
None. These are styling changes in an experimental module.
Data model changes
None.
Release notes snippet
None needed.