- Issue created by @alberto56
Automatically closed - issue fixed for 2 weeks with no activity.
Upon upgrading from 5.0.0-rc1 to 5.0.0-rc2, my menu stopped working, and I traced it back to ✨ Closed sidr should be display: none when aria-hidden (keyboard support) Needs review .
CSS like this:
sidr[aria-hidden="false"]
no longer applies, and should be changed to
sidr:not([hidden="hidden"])
In the release notes of
https://www.drupal.org/project/sidr/releases/5.0.0-rc2 →
, it might be useful to note that the markup has this change and that if certain sites use css such as sidr[aria-hidden="false"]
, that should be changed to sidr:not([hidden="hidden"])
Active
5.0
Documentation
Automatically closed - issue fixed for 2 weeks with no activity.