From eb5d54a09ad916ca50f5829f76cff1a08bd97f07 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Mon, 24 Jul 2017 12:06:20 +0100 Subject: [PATCH] MDL-57945 css: remove no-browser-hacks ignores The rule has been removed --- theme/bootstrapbase/less/moodle/bootstrapoverride.less | 2 +- theme/bootstrapbase/less/moodle/question.less | 2 +- theme/bootstrapbase/less/moodle/responsive.less | 2 +- theme/bootstrapbase/less/moodle/templates.less | 2 +- theme/bootstrapbase/style/moodle.css | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/theme/bootstrapbase/less/moodle/bootstrapoverride.less b/theme/bootstrapbase/less/moodle/bootstrapoverride.less index c6f07606df9..021e202d91f 100644 --- a/theme/bootstrapbase/less/moodle/bootstrapoverride.less +++ b/theme/bootstrapbase/less/moodle/bootstrapoverride.less @@ -65,7 +65,7 @@ h4 small { } // TODO: MDL-55142 remove browser these brwoser hacks: -/* stylelint-disable declaration-block-no-duplicate-properties, no-browser-hacks */ +/* stylelint-disable declaration-block-no-duplicate-properties */ .fluid-span-full (@columns, @columnWidth, @gutterWidth) { width: (@columnWidth * @columns) + (@gutterWidth * (@columns - 1)); *width: (@columnWidth * @columns) + (@gutterWidth * (@columns - 1)) - (.5 / @gridRowWidth * 100 * 1%); diff --git a/theme/bootstrapbase/less/moodle/question.less b/theme/bootstrapbase/less/moodle/question.less index b245ab77fe9..c9f37d47129 100644 --- a/theme/bootstrapbase/less/moodle/question.less +++ b/theme/bootstrapbase/less/moodle/question.less @@ -76,7 +76,7 @@ } // TODO: MDL-55142 remove browser these brwoser hacks: -/* stylelint-disable declaration-block-no-duplicate-properties, no-browser-hacks */ +/* stylelint-disable declaration-block-no-duplicate-properties */ #chooseqtype .alloptions { overflow-x: hidden; overflow-y: auto; diff --git a/theme/bootstrapbase/less/moodle/responsive.less b/theme/bootstrapbase/less/moodle/responsive.less index 354f0e1cd46..c2b7ad518b2 100644 --- a/theme/bootstrapbase/less/moodle/responsive.less +++ b/theme/bootstrapbase/less/moodle/responsive.less @@ -4,7 +4,7 @@ // after 4095 selector issue is solved // TODO: MDL-55142 remove browser hacks in this file: -/* stylelint-disable declaration-block-no-duplicate-properties, no-browser-hacks */ +/* stylelint-disable declaration-block-no-duplicate-properties */ @media (min-width: (@navbarCollapseDesktopWidth)) { diff --git a/theme/bootstrapbase/less/moodle/templates.less b/theme/bootstrapbase/less/moodle/templates.less index f1ea4cffb0e..e4becb62aa3 100644 --- a/theme/bootstrapbase/less/moodle/templates.less +++ b/theme/bootstrapbase/less/moodle/templates.less @@ -1,7 +1,7 @@ /* Styling for mustache templates */ // TODO: MDL-55142 remove browser these brwoser hacks: -/* stylelint-disable declaration-block-no-duplicate-properties, no-browser-hacks */ +/* stylelint-disable declaration-block-no-duplicate-properties */ // RTL styles for column templates. #grid { // A mixin to set styles for the fluid row when RTL language enabled. diff --git a/theme/bootstrapbase/style/moodle.css b/theme/bootstrapbase/style/moodle.css index c972683090f..a58ef38a0a9 100644 --- a/theme/bootstrapbase/style/moodle.css +++ b/theme/bootstrapbase/style/moodle.css @@ -9062,7 +9062,7 @@ a.ygtvspacer:hover { border-bottom: 1px solid #bbb; padding: 0.24em 0; } -/* stylelint-disable declaration-block-no-duplicate-properties, no-browser-hacks */ +/* stylelint-disable declaration-block-no-duplicate-properties */ #chooseqtype .alloptions { overflow-x: hidden; overflow-y: auto; @@ -15610,7 +15610,7 @@ h4 small { content: ""; } } -/* stylelint-disable declaration-block-no-duplicate-properties, no-browser-hacks */ +/* stylelint-disable declaration-block-no-duplicate-properties */ /* stylelint-enable */ /** * Implement missing variables, or faulty ones, in Bootstrap rules. @@ -19429,7 +19429,7 @@ span[data-flexitour="container"][x-placement="right-start"] div[data-role="arrow border-right-color: #fff; } /* Styling for mustache templates */ -/* stylelint-disable declaration-block-no-duplicate-properties, no-browser-hacks */ +/* stylelint-disable declaration-block-no-duplicate-properties */ /* stylelint-enable */ .columns-autoflow-1to1to1 { -webkit-column-count: 3; @@ -20538,7 +20538,7 @@ span[data-flexitour="container"][x-placement="right-start"] div[data-role="arrow } } /* responsive.less */ -/* stylelint-disable declaration-block-no-duplicate-properties, no-browser-hacks */ +/* stylelint-disable declaration-block-no-duplicate-properties */ @media (min-width: 980px) { a[id]:empty::before, a[name]:empty::before {