mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 18:40:05 +00:00
10 lines
161 B
Plaintext
10 lines
161 B
Plaintext
// Hide selected item
|
|
.mw-portal .selected {
|
|
.mixin-screen-reader-text;
|
|
}
|
|
|
|
// Hide more button when it is empty
|
|
.mw-portal-empty {
|
|
display: none !important;
|
|
}
|