-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SHS-5574: Implementation: Refactor some grid CSS/mixins (#1508)
* SHS-5571: A11y Level A: Empty headings on Vertical Timeline components (#1502) * fix(shs-5571): A11y Level A: Empty headings on Vertical Timeline components * fix(shs-5571): minor code consistency fix in timeline template --------- Co-authored-by: Mari Núñez <mariannuar@admins-MacBook-Pro.local> Co-authored-by: Andrés Díaz Soto <andres.diaz.soto@gmail.com> * fix(shs-5572): arrows on a Spotlight (with no image) displaying incorrectly on mobile (#1503) Co-authored-by: Mari Núñez <mariannuar@admins-MacBook-Pro.local> Co-authored-by: Andrés Díaz Soto <andres.diaz.soto@gmail.com> * feat(shs-5574): cleanup grid styles - remove flexbox fallback * SHS-5568: Allow editors to select style on Accordion component (#1501) * feat(shs-5568): add new accordion style field * feat(shs-5568): add hb-accordion-secondary class if new field is set to * feat(shs-5568): add hb-accordion-secondary class to a parent wrapper class * feat: add hs-accordion-secondary to details element * chore: remove unused statement * feat(shs-5568): update styles for handling secondary accordion paragraph option * feat(shs-5568): add update hook to set field_accordion_style to default on existing accordion components --------- Co-authored-by: Andrés Díaz Soto <andres.diaz.soto@gmail.com> * fix(shs-5091): fix empty headings on views (#1509) Co-authored-by: Mari Núñez <mariannuar@admins-MacBook-Pro.local> Co-authored-by: Andrés Díaz Soto <andres.diaz.soto@gmail.com> * SHS-5583: empty headings in banners and spotlights (#1510) * fix(shs-5583): empty headings in banners and spotlights * fix(shs-5583): minor fix in spotlight and gradient-hero templates --------- Co-authored-by: Mari Núñez <mariannuar@admins-MacBook-Pro.local> Co-authored-by: Andrés Díaz Soto <andres.diaz.soto@gmail.com> * fix(shs-5574): prevent grid element overflow * chore(shs-5574): update percy cli version / fix percy default test to consolidate colorful and traditional --------- Co-authored-by: Mariana Núñez <48533432+mariannuar@users.noreply.github.com> Co-authored-by: Mari Núñez <mariannuar@admins-MacBook-Pro.local> Co-authored-by: Hector Lopez <hectorlopeztrejo9@gmail.com>
- Loading branch information
1 parent
c79d708
commit 15f72dd
Showing
9 changed files
with
159 additions
and
289 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
64 changes: 19 additions & 45 deletions
64
docroot/themes/humsci/humsci_basic/src/scss/components/_pattern.grid.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
docroot/themes/humsci/humsci_basic/tests/percy/.snapshots-all.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
const traditional = require('./.snapshots-traditional.js'); | ||
const colorful = require('./.snapshots-colorful.js'); | ||
|
||
module.exports = traditional.concat(colorful); |
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
docroot/themes/humsci/humsci_traditional/css/humsci_traditional.css
Large diffs are not rendered by default.
Oops, something went wrong.