MDL-57945 css: remove no-browser-hacks ignores

The rule has been removed
This commit is contained in:
Dan Poltawski 2017-07-24 12:06:20 +01:00
parent b7e26ad2dc
commit eb5d54a09a
5 changed files with 8 additions and 8 deletions

View File

@ -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%);

View File

@ -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;

View File

@ -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)) {

View File

@ -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.

View File

@ -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 {