Skip to content

Commit

Permalink
MDL-57945 css: remove no-browser-hacks ignores
Browse files Browse the repository at this point in the history
The rule has been removed
  • Loading branch information
danpoltawski committed Jul 24, 2017
1 parent b7e26ad commit eb5d54a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion theme/bootstrapbase/less/moodle/bootstrapoverride.less
Expand Up @@ -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%);
Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/less/moodle/question.less
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/less/moodle/responsive.less
Expand Up @@ -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)) {

Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
8 changes: 4 additions & 4 deletions theme/bootstrapbase/style/moodle.css
Expand Up @@ -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;
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit eb5d54a

Please sign in to comment.