Problem/Motivation
"Plain" colorbox style is using element-invisible class to visually hide elements - corresponding style no longer exists in core.
Steps to reproduce
Use "Plain" colorbox style, see colorbox buttons are not hidden.
Proposed resolution
Replace element-invisible class with visually-hidden as per https://www.drupal.org/project/drupal/issues/1363112
User interface changes
none
API changes
none
Data model changes
none
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | plain-colorbox-style-wrong-class-3271947-3.patch | 715 bytes | t_d_d |
Comments
Comment #2
t_d_d commentedI will provide a patch soon.
Comment #3
t_d_d commentedpatch provided
Comment #4
renatog commentedIt really makes sense. +1 to this
Thank you @t_d_d
Comment #5
paulmckibbenComment #7
paulmckibben@t_d_d and @RenatoG, thank you for creating and reviewing this patch!