From 26510442f0e65d1cea7c7dd3ed06724d09b0dbc3 Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Tue, 14 Aug 2018 17:27:10 -0700 Subject: [PATCH] Drop portal styles in Minerva TemplateStyles exists now. Given portals make up a small % of our content and I can't find any templates using these rules, let's drop them and guide people to use TemplateStyles instead if anybody complains. Change-Id: I738180fa35c6c633791e4ec11ea4b01dd65154cc --- resources/skins.minerva.content.styles/hacks.less | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/resources/skins.minerva.content.styles/hacks.less b/resources/skins.minerva.content.styles/hacks.less index eefc67e..d7546be 100644 --- a/resources/skins.minerva.content.styles/hacks.less +++ b/resources/skins.minerva.content.styles/hacks.less @@ -107,17 +107,6 @@ FIXME: Review all of these hacks to see if they still apply. display: none; } -/* force portals to use a one column layout on mobile */ -.skin-minerva { - .portal-column-left-wide, - .portal-column-left, - .portal-column-right, - .portal-column-right-narrow { - float: none; - width: 100%; - } -} - /* bug 34878: Set an optimal width for a column. * Makes sure that on small screens column-count is only honored if column-width hint is not violated. * https://developer.mozilla.org/en-US/docs/CSS/column-width