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:
jdlrobson 2018-07-05 15:35:29 -07:00 committed by Jdlrobson
parent 2c98ed3def
commit 795c0abf06
1 changed files with 5 additions and 0 deletions

View File

@ -313,10 +313,15 @@ input.search {
@media all and ( min-width: @width-breakpoint-tablet ) {
// FIXME: this should be one generic class name
// SpecialMobileEditWatchlist
.page-summary-list,
// Talk overlay
.topic-title-list,
// structured languages, mobile pagelists
.site-link-list,
// overlays
.overlay .panel,
// language overlay / MobileSpecialPageFeed
.list-header {
padding-left: @contentPaddingTablet;
padding-right: @contentPaddingTablet;