You need to sign in or sign up before continuing.
Commits on Source 4
-
This removes the border for every child element ("unboxing") and instead leaves it up to each implementation to determine when a border is needed. Sections within a drawer that previously had a bottom border may no longer have one if it was from the component styles. This may be desired if the content within should align with the change to be "unboxed." There's no change to padding or margin, so content should still remain visually separated. If a border is still needed, utility classes can be used. The "sidebar" variant of the drawer still has these styles, and so should not be affected. In any case, it's likely that variant will be removed in future.
-
Update example content to replace `label` with `strong` and avoid inferring that a semantic list is being used.
-
Mark Florian authored
feat(Drawer): Remove explicit border See merge request !5111 Merged-by:
Mark Florian <mflorian@gitlab.com> Approved-by:
Mark Florian <mflorian@gitlab.com> Approved-by:
Valerie Karnes <vkarnes@gitlab.com> Reviewed-by:
Mark Florian <mflorian@gitlab.com> Co-authored-by:
Jeremy Elder <jelder@gitlab.com>
-
semantic-release-bot authored
# [113.6.0](v113.5.2...v113.6.0) (2025-05-14) ### Features * **GlDrawer:** Remove explicit border ([58085a43](58085a43))