mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 06:13:54 +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 ) {
|
||||
// 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;
|
||||
|
|
Loading…
Reference in a new issue