refactor(core): ♻️ remove unused siteinfo styles

It is no longer present in the skin
This commit is contained in:
alistair3149 2022-11-02 16:54:25 -04:00
parent b8ca3f8d72
commit 28e343867d
No known key found for this signature in database
2 changed files with 0 additions and 66 deletions

View file

@ -1,65 +0,0 @@
#mw-header-siteinfo {
position: relative;
display: inherit;
overflow: hidden;
flex-grow: 1;
align-items: center;
margin-right: 10px;
a {
color: var( --color-base--emphasized );
font-size: 16px;
text-overflow: ellipsis;
transition: @transition-opacity;
white-space: nowrap;
&:hover {
opacity: var( --opacity-icon-base--hover );
}
&:active {
opacity: var( --opacity-icon-base--active );
}
}
}
#header {
&-sitetitle {
img.mw-logo-wordmark {
width: auto;
height: 14px;
}
}
&-pagetitle {
overflow: hidden;
color: var( --color-base--emphasized );
font-weight: var( --font-weight-medium );
opacity: 0;
pointer-events: none;
visibility: hidden;
}
}
.skin-citizen--titlehidden {
#header {
&-sitetitle {
position: absolute;
opacity: 0;
pointer-events: none;
visibility: hidden;
}
&-pagetitle {
opacity: 1;
pointer-events: auto;
visibility: visible;
}
}
}
.skin-citizen-dark {
img.mw-logo-wordmark {
filter: invert( 1 ) hue-rotate( 180deg );
}
}

View file

@ -20,7 +20,6 @@
@import 'Header.less';
@import 'Drawer.less';
@import 'Drawer__button.less';
@import 'Siteinfo.less';
@import 'Usermenu.less';
@import 'Search.less';
@import 'Search__button.less';