mirror of
https://github.com/moodle/moodle.git
synced 2025-03-19 15:10:05 +01:00
MDL-57945 css: remove no-browser-hacks ignores
The rule has been removed
This commit is contained in:
parent
b7e26ad2dc
commit
eb5d54a09a
@ -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%);
|
||||
|
@ -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;
|
||||
|
@ -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)) {
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user