mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-16 02:54:06 +00:00
449278f0be
* Use template data for page tools if available * ci: lint code to MediaWiki standards Check commit and GitHub actions for more details * emptyPortlet class is added by the core * ci: lint code to MediaWiki standards Check commit and GitHub actions for more details * Update PageTools.php * Set toolbox to always valid data Co-authored-by: github-actions <github-actions@users.noreply.github.com>
22 lines
334 B
Plaintext
22 lines
334 B
Plaintext
.mw-portal {
|
|
h3 {
|
|
padding: 10px var( --padding-page );
|
|
margin: 0;
|
|
color: var( --color-base--subtle );
|
|
font-size: inherit;
|
|
font-weight: normal;
|
|
letter-spacing: 0.75px;
|
|
}
|
|
|
|
// Hide selected item
|
|
.selected {
|
|
.mixin-screen-reader-text;
|
|
}
|
|
|
|
// Hide empty menu
|
|
&-empty,
|
|
&.emptyPortlet {
|
|
display: none !important;
|
|
}
|
|
}
|