mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
refactor(core): ♻️ remove unused siteinfo styles
It is no longer present in the skin
This commit is contained in:
parent
b8ca3f8d72
commit
28e343867d
|
@ -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 );
|
||||
}
|
||||
}
|
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue