Skip to content

Commit

Permalink
hide auth UI coming from Drupal header, v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsonj committed Jun 3, 2021
1 parent ec91c85 commit 3f32ce8
Show file tree
Hide file tree
Showing 9 changed files with 513 additions and 388 deletions.
4 changes: 4 additions & 0 deletions lib/components/NeonHeader/NeonHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ var useStyles = (0, _styles.makeStyles)(function (theme) {
paddingLeft: 'calc(2/27*100%)',
paddingRight: 'calc(2/27*100%)'
},
// Purely a quick-fix workaround for Drupal header auth container...
'& .header__inner.l--offset-wide > .authContainer': {
display: 'none !important'
},
'& .header__search--inner': {
display: 'flex',
'-ms-flex-pack': 'start',
Expand Down
2 changes: 1 addition & 1 deletion lib/remoteAssets/drupal-header.html.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/remoteAssets/drupal-header.html.js

Large diffs are not rendered by default.

Loading

0 comments on commit 3f32ce8

Please sign in to comment.