Clean up for adding title to sticky header

- Update styles for fade out.
- Remove unused styles.

Bug: T289814
Change-Id: I0bdbaf1a1f0306d47df83f61811b0c85056415e0
This commit is contained in:
Clare Ming 2021-09-14 15:10:46 -06:00
parent b7ef3d9a0e
commit 5ec728ec60
1 changed files with 1 additions and 7 deletions

View File

@ -72,6 +72,7 @@
&-context-bar-primary {
position: relative;
max-width: 500px;
overflow: hidden;
// T289814 Fade out page titles longer than 500px.
/* Stylelint rule broken for vendor prefixes: https://github.com/stylelint/stylelint/issues/1939 */
@ -87,13 +88,6 @@
background-image: linear-gradient( to right, rgba( 255, 255, 255, 0 ), rgba( 255, 255, 255, 1 ) 20px );
}
}
&-context-bar-secondary {
&:before {
padding-right: 15px;
content: '|';
}
}
}
.client-nojs .vector-sticky-header {