Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
8.5.4
Browse files Browse the repository at this point in the history
- D8CORE-3682: Fixed word wrapping on long menu titles (#222) (6547451)
- D8CORE-3957: moved events styles code to the the events module (#221) (00a3784)
- D8CORE-3474: unsetting the white color to fix for a11y (#218) (ba48fa8)
  • Loading branch information
pookmish authored Apr 9, 2021
2 parents 229247f + 6246540 commit b81a0cf
Show file tree
Hide file tree
Showing 8 changed files with 16,206 additions and 28 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Stanford Basic Theme

8.x-5.4
--------------------------------------------------------------------------------
_Release Date: 2021-04-09_

- D8CORE-3682: Fixed word wrapping on long menu titles (#222) (6547451)
- D8CORE-3957: moved events styles code to the the events module (#221) (00a3784)
- D8CORE-3474: unsetting the white color to fix for a11y (#218) (ba48fa8)

8.x-5.3
--------------------------------------------------------------------------------
_Release Date: 2021-03-11_
Expand Down
2 changes: 1 addition & 1 deletion dist/css/components.css

Large diffs are not rendered by default.

16,203 changes: 16,193 additions & 10 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/scss/components/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
'masthead/index',
'multi-menu/index',
'paragraphs/paragraph--people',
'paragraphs/paragraph--events',
'secondary-nav/index',
'stanford-page/index',
'wysiwyg/index';
Expand Down
1 change: 1 addition & 0 deletions src/scss/components/masthead/_wrapper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
}

.su-site-search__submit {
color: unset;
opacity: 100;
right: 1.6rem;
}
Expand Down
2 changes: 2 additions & 0 deletions src/scss/components/multi-menu/_multi-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,8 @@

@include padding(null 0 2.4rem 1rem);
@include margin(0 1.8em 0 0.5rem);
max-width: calc(100% - 20px);
word-wrap: break-word;

&::before {
left: -6px;
Expand Down
15 changes: 0 additions & 15 deletions src/scss/components/paragraphs/_paragraph--events.scss

This file was deleted.

2 changes: 1 addition & 1 deletion stanford_basic.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Stanford Basic'
type: theme
description: 'Stanford Basic Branding Theme.'
package: Stanford
version: 8.x-5.3
version: 8.x-5.4
core_version_requirement: ^9
'base theme': stable9
regions:
Expand Down

0 comments on commit b81a0cf

Please sign in to comment.