Minor Changes
-
Added composable footer component. (by @oliverschuerch with #4190)
-
Removed outdated portal-specific styles, including subnavigation-related rules. (by @alionazherdetska with #4186)
-
Added the possibility to define a
$child-selector
parameter with our list mixins, so they can be used also with custom elements. (by @oliverschuerch with #4190) -
Updated the utility classes for sizing. (by @myrta2302 with #4012)
-
Updated
.btn-link
to look like a regular link and old.btn-link
is now.btn-tertiary .px-0
. (by @leagrdv with #4200) -
Implemented new pixel based sizes. (by @myrta2302 with #4012)
Patch Changes
-
Fixed the
btn-icon
styles, so icons within can no longer be rendered too small, because of the inline-padding on the button. (by @oliverschuerch with #4190) -
Fixed the appstore-badge styles to get rid of the inline gap below. (by @oliverschuerch with #4190)