AlchemyCMS / alchemy_cms

Alchemy is the Open Source Rails CMS framework for the component based web that can be used as classic server side rendered or headless CMS.
https://www.alchemy-cms.com
BSD 3-Clause "New" or "Revised" License
823 stars 311 forks source link

Fix hidden element visibility #2799

Closed tvdeyen closed 5 months ago

tvdeyen commented 5 months ago

What is this pull request for?

We recently made sure that all HTML elements with the hidden class do not display at all. But we want to show elements that are hidden, but dim them. Using a dedicated element-hidden class instead.

Checklist

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.88%. Comparing base (659a96c) to head (8e098ee). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2799 +/- ## ======================================= Coverage 95.88% 95.88% ======================================= Files 223 223 Lines 6082 6082 ======================================= Hits 5832 5832 Misses 250 250 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.