mediawiki-skins-Citizen/resources/skins.citizen.styles/Menu.less
Lens0021 449278f0be
feat: use template data for page tools if available (#440)
* 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>
2022-04-14 00:30:33 -04:00

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;
}
}