UX: hide core banner when installed
This commit is contained in:
parent
400360b494
commit
a79cda0045
|
|
@ -1,3 +1,7 @@
|
|||
.welcome-banner:not(.below-site-header-outlet, .above-main-container-outlet) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.welcome-banner {
|
||||
.btn.search-icon:not(.has-search-button-text) {
|
||||
z-index: 2;
|
||||
|
|
|
|||
Loading…
Reference in New Issue