Skip to content

Commit 3f32ce8

Browse files
committed
hide auth UI coming from Drupal header, v1.7.2
1 parent ec91c85 commit 3f32ce8

File tree

9 files changed

+513
-388
lines changed

9 files changed

+513
-388
lines changed

lib/components/NeonHeader/NeonHeader.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ var useStyles = (0, _styles.makeStyles)(function (theme) {
143143
paddingLeft: 'calc(2/27*100%)',
144144
paddingRight: 'calc(2/27*100%)'
145145
},
146+
// Purely a quick-fix workaround for Drupal header auth container...
147+
'& .header__inner.l--offset-wide > .authContainer': {
148+
display: 'none !important'
149+
},
146150
'& .header__search--inner': {
147151
display: 'flex',
148152
'-ms-flex-pack': 'start',

lib/remoteAssets/drupal-header.html.d.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/remoteAssets/drupal-header.html.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)