mediawiki-skins-Vector/resources/common/components/Indicators.less
Jon Robson b86dbc756c Address some code FIXMEs
- Remove references to the removed wgVectorUseWvuiSearch
configuration
- Remove mw-body qualifier on Indicators component.
- Drops some cache related FIXMEs

Change-Id: I6823b9c5bf19a067b56badf29f874a7127867a09
2022-03-21 20:29:58 +00:00

12 lines
175 B
Plaintext

@import '../variables.less';
.mw-indicators {
font-size: @font-size-base;
line-height: @line-height-base;
position: relative;
}
.mw-indicator {
display: inline-block;
}