You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2023. It is now read-only.
Previously some material-content styling was only applied if there was a drawer preceding. If there were two drawers, the second would miss some styling and the content would miss the adjustment from the first drawer.
Changed to use the general sibling selector instead of the adjacent sibling selector to be less dependent on a specific number and order of elements, and to use conditional styling (a {...} !a {...}) instead of relying on overrides ({... a {...} }).
PiperOrigin-RevId: 192269258
0 commit comments