mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 14:23:53 +00:00
Hygiene: Document why selectors are needed
This rule has a lot of selectors (note the fix me) It's not clear what each of them are needed for so make that clearer in the code. Change-Id: I80f07118977f465b7d09efad28f94917dd962a3d
This commit is contained in:
parent
2c98ed3def
commit
795c0abf06
|
@ -313,10 +313,15 @@ input.search {
|
||||||
|
|
||||||
@media all and ( min-width: @width-breakpoint-tablet ) {
|
@media all and ( min-width: @width-breakpoint-tablet ) {
|
||||||
// FIXME: this should be one generic class name
|
// FIXME: this should be one generic class name
|
||||||
|
// SpecialMobileEditWatchlist
|
||||||
.page-summary-list,
|
.page-summary-list,
|
||||||
|
// Talk overlay
|
||||||
.topic-title-list,
|
.topic-title-list,
|
||||||
|
// structured languages, mobile pagelists
|
||||||
.site-link-list,
|
.site-link-list,
|
||||||
|
// overlays
|
||||||
.overlay .panel,
|
.overlay .panel,
|
||||||
|
// language overlay / MobileSpecialPageFeed
|
||||||
.list-header {
|
.list-header {
|
||||||
padding-left: @contentPaddingTablet;
|
padding-left: @contentPaddingTablet;
|
||||||
padding-right: @contentPaddingTablet;
|
padding-right: @contentPaddingTablet;
|
||||||
|
|
Loading…
Reference in a new issue