Problem/Motivation
When adding new media the css for vertical tabs need be a dependencie.
Otherwise the variables in the css like '--vertical-tabs-menu-width' are not defined.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3457528.patch | 403 bytes | wouter waeytens |
Comments
Comment #2
wouter waeytens commentedComment #3
cilefen commentedComment #4
cilefen commentedPlease open a merge request.
Comment #5
smustgrave commentedWhat's the issue exactly though?
If a UI issue the summary should be updated to include before/after screenshots, also proposed solution.
Comment #6
gauravvvv commentedThe variable
--vertical-tabs-menu-widthis defined in thevariable.pcss.cssfile, and it is available globally. So there's no need to add the dependency ofclaro/vertical-tabsComment #7
saurav-drupal-dev commentedTo clarify, are there scenarios where the vertical-tabs-menu-width variable isn't available globally in other themes, or is this issue limited to Claro? It might be helpful to confirm if adding the dependency solves similar cases across custom themes or if this fix should be strictly scoped to the Claro theme.