Releases: GSA/sam-styles
v0.0.96
v0.0.95
Bug Fixes
- remove overflow auto in system alerts container #397
The alerts container was originally added simply to align with rest of the header items - Removes overflow auto styling to prevent unnecessary scrolling in IE
Other
- update version to v0.0.95 #399
- dialog-scroll-line-height updated #398
- add case to fix double scrollbar in ie11 #396
Have confirmed this fixes the noted issue by using developer tools in IE to apply the styles contained in PR and issue no longer presented.
Updating css to better center icons
- add sds stackblitz icon #393
v0.0.94
Bug Fixes
- iae-45479: add position on checkbox in firefox to prevent double scrollbar #386
Addresses GSA/sam-design-system#467.
USWDS hides browser input by applying { position: absolute; left: -999em; }
to push the input far to the left.
sds-dialog-container has a position defined, this position is inherited by its non-positioned descendants on all browsers except Firefox. Per MDN, "It [an element with position:absolute] is positioned relative to its closest positioned ancestor, if any; otherwise, it is placed relative to the initial containing block." As a result of that behavior and the lack of the position being inherited by descendants on Firefox, the inputs try and position themselves relative to their closest positioned ancestor, resulting in the double scrollbar
- update margins for alert header #388
Adds max width to header alerts and center aligns contents to match alignment with header
- replace messages with notifications #390
Replaces messages with notifications in UI. The name of the icon is still messages
, and decided to keep it since sam-ui-common is likely using it in their header, and would break if the icon name changed.
- action btn #387
Features
- update icon stylesheet to enable stacking of icons #389
Other
- update sam styles to 0.0.94 #391
v0.0.93
v0.0.92
v0.0.91
Bug Fixes
- removed layered icons #378
Features
- bs icon library #375
Other
- iae-44731 update to show scrollbar if needed on mac #377
By default, mac does not show scrollbar unless the user is actively scrolling. With this update, if there is content that can be scrolled into view, the scrollbar is displayed at all times. The scrollbar will be shown even if the user is not actively scrolling
v0.0.90
Enhancement
- Responsive Sidenav layout #372
Bug Fixes
- remove fixed width from alert header #373
The min-width would cause the alert to go out of page bounds in mobile mode.
- fix(settings): allow override of root font #374
Allow override of root font.
This is needed for sites that have set the root font to a specific pixel size and need components to be calculated using this font pixel size instead of the default 100%
Other
- update package version to 0.0.90 #376
v0.0.89
Other
In this PR the menu component styles and the layout of the subheader are being updated per design updates
- add styling for hidden header logo #368
Adds styling for when header logo is hidden. A min height is applied to account for spacing to take up header when logo is hidden, adjust margin of header submenus, and ensure the hamburger menu is right aligned on mobile view when logo is not present.
- iae-43474 css adjustment #369
https://cm-jira.usa.gov/browse/IAE-43474
fixes this issue where text-align isn't center
after:
- add new team members #367
v0.0.88
v0.0.87
No changelog for this release.