-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SemanticUI load under a layer #430
base: main
Are you sure you want to change the base?
Conversation
* main: (27 commits) Update to V18a46 (#419) Fix deploy Get rid of all barrel imports, ESlint rule to enforce it. (#418) Release 5.0.1 Changelog Changelog Added lint rule Updates from Oct24 (#417) Update versions to latest volto-highlight-block, volto-button-block (#408) Fix eslint config (#407) Release 5.0.0 Better changelog Upgrade to a39, enable new image widget (#405) Finish interrupted push Fixes #400, install in Volto 17 Fix Invalid html structure in caption component (#401) build deps Upgrade to Volto a37 (#403) Release 4.0.0 Fix release-it script ...
* main: Add support for visual regression tests (#384)
* main: Reorganizevisualtests (#421)
Co-authored-by: David Glick <[email protected]>
Co-authored-by: Dante Álvarez <[email protected]>
Co-authored-by: David Glick <[email protected]>
* main: New docs (#423)
* vlt6: lint mobile menu color fixes margins fix lint fix block margins in mobile Fix theming injection
.block.slider .ui.button.delete-button { | ||
padding: 0; | ||
border: none; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these related to the layer?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, there are some places that the VLT styling take precedence and override the Pastanaga theme (because they used to be highly specifc, and with a layer, they do not.
@sneridagh There are failures in the acceptance tests. I didn't take a look. |
No description provided.