Skip to content
Snippets Groups Projects
Verified Commit 8df8357c authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3331424 by Spokje, longwave: Drop -moz- vendor prefixed properties

parent 448519ac
No related branches found
No related tags found
32 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!54479.5.x SF update,!5014Issue #3071143: Table Render Array Example Is Incorrect,!4868Issue #1428520: Improve menu parent link selection,!4289Issue #1344552 by marcingy, Niklas Fiekas, Ravi.J, aleevas, Eduardo Morales...,!4114Issue #2707291: Disable body-level scrolling when a dialog is open as a modal,!4100Issue #3249600: Add support for PHP 8.1 Enums as allowed values for list_* data types,!3630Issue #2815301 by Chi, DanielVeza, kostyashupenko, smustgrave: Allow to create...,!3600Issue #3344629: Passing null to parameter #1 ($haystack) of type string is deprecated,!3291Issue #3336463: Rewrite rules for gzipped CSS and JavaScript aggregates never match,!2378Issue #2875033: Optimize joins and table selection in SQL entity query implementation,!2334Issue #3228209: Add hasRole() method to AccountInterface,!2074Issue #2707689: NodeForm::actions() checks for delete access on new entities,!2062Issue #3246454: Add weekly granularity to views date sort,!1591Issue #3199697: Add JSON:API Translation experimental module,!1484Exposed filters get values from URL when Ajax is on,!1255Issue #3238922: Refactor (if feasible) uses of the jQuery serialize function to use vanillaJS,!1162Issue #3100350: Unable to save '/' root path alias,!1105Issue #3025039: New non translatable field on translatable content throws error,!1073issue #3191727: Focus states on mobile second level navigation items fixed,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!957Added throwing of InvalidPluginDefinitionException from getDefinition().,!925Issue #2339235: Remove taxonomy hard dependency on node module,!877Issue #2708101: Default value for link text is not saved,!872Draft: Issue #3221319: Race condition when creating menu links and editing content deletes menu links,!844Resolve #3036010 "Updaters",!617Issue #3043725: Provide a Entity Handler for user cancelation,!579Issue #2230909: Simple decimals fail to pass validation,!560Move callback classRemove outside of the loop,!555Issue #3202493,!485Sets the autocomplete attribute for username/password input field on login form.,!30Issue #3182188: Updates composer usage to point at ./vendor/bin/composer
...@@ -20,8 +20,7 @@ ...@@ -20,8 +20,7 @@
"max-line-length": null, "max-line-length": null,
"media-feature-name-no-unknown": [true, { "media-feature-name-no-unknown": [true, {
"ignoreMediaFeatureNames": [ "ignoreMediaFeatureNames": [
"prefers-reduced-motion", "prefers-reduced-motion"
"min--moz-device-pixel-ratio"
] ]
}], }],
"media-feature-name-no-vendor-prefix": null, "media-feature-name-no-vendor-prefix": null,
...@@ -130,34 +129,24 @@ ...@@ -130,34 +129,24 @@
"table-layout", "table-layout",
"-webkit-columns", "-webkit-columns",
"-moz-columns",
"columns", "columns",
"-webkit-column-span", "-webkit-column-span",
"-moz-column-span",
"column-span", "column-span",
"-webkit-column-width", "-webkit-column-width",
"-moz-column-width",
"column-width", "column-width",
"-webkit-column-count", "-webkit-column-count",
"-moz-column-count",
"column-count", "column-count",
"-webkit-column-fill", "-webkit-column-fill",
"-moz-column-fill",
"column-fill", "column-fill",
"-webkit-column-gap", "-webkit-column-gap",
"-moz-column-gap",
"column-gap", "column-gap",
"-webkit-column-rule", "-webkit-column-rule",
"-moz-column-rule",
"column-rule", "column-rule",
"-webkit-column-rule-width", "-webkit-column-rule-width",
"-moz-column-rule-width",
"column-rule-width", "column-rule-width",
"-webkit-column-rule-style", "-webkit-column-rule-style",
"-moz-column-rule-style",
"column-rule-style", "column-rule-style",
"-webkit-column-rule-color", "-webkit-column-rule-color",
"-moz-column-rule-color",
"column-rule-color", "column-rule-color",
"empty-cells", "empty-cells",
"caption-side", "caption-side",
...@@ -176,7 +165,6 @@ ...@@ -176,7 +165,6 @@
"resize", "resize",
"cursor", "cursor",
"-webkit-user-select", "-webkit-user-select",
"-moz-user-select",
"user-select", "user-select",
"nav-index", "nav-index",
"nav-up", "nav-up",
...@@ -184,69 +172,53 @@ ...@@ -184,69 +172,53 @@
"nav-down", "nav-down",
"nav-left", "nav-left",
"-webkit-transition", "-webkit-transition",
"-moz-transition",
"-o-transition", "-o-transition",
"transition", "transition",
"-webkit-transition-delay", "-webkit-transition-delay",
"-moz-transition-delay",
"-o-transition-delay", "-o-transition-delay",
"transition-delay", "transition-delay",
"-webkit-transition-timing-function", "-webkit-transition-timing-function",
"-moz-transition-timing-function",
"-o-transition-timing-function", "-o-transition-timing-function",
"transition-timing-function", "transition-timing-function",
"-webkit-transition-duration", "-webkit-transition-duration",
"-moz-transition-duration",
"-o-transition-duration", "-o-transition-duration",
"transition-duration", "transition-duration",
"-webkit-transition-property", "-webkit-transition-property",
"-moz-transition-property",
"-o-transition-property", "-o-transition-property",
"transition-property", "transition-property",
"-webkit-transform", "-webkit-transform",
"-moz-transform",
"-o-transform", "-o-transform",
"transform", "transform",
"-webkit-transform-origin", "-webkit-transform-origin",
"-moz-transform-origin",
"-o-transform-origin", "-o-transform-origin",
"transform-origin", "transform-origin",
"$keyframes", "$keyframes",
"-webkit-animation", "-webkit-animation",
"-moz-animation",
"-o-animation", "-o-animation",
"animation", "animation",
"-webkit-animation-name", "-webkit-animation-name",
"-moz-animation-name",
"-o-animation-name", "-o-animation-name",
"animation-name", "animation-name",
"-webkit-animation-duration", "-webkit-animation-duration",
"-moz-animation-duration",
"-o-animation-duration", "-o-animation-duration",
"animation-duration", "animation-duration",
"-webkit-animation-play-state", "-webkit-animation-play-state",
"-moz-animation-play-state",
"-o-animation-play-state", "-o-animation-play-state",
"animation-play-state", "animation-play-state",
"-webkit-animation-timing-function", "-webkit-animation-timing-function",
"-moz-animation-timing-function",
"-o-animation-timing-function", "-o-animation-timing-function",
"animation-timing-function", "animation-timing-function",
"-webkit-animation-delay", "-webkit-animation-delay",
"-moz-animation-delay",
"-o-animation-delay", "-o-animation-delay",
"animation-delay", "animation-delay",
"-webkit-animation-iteration-count", "-webkit-animation-iteration-count",
"-moz-animation-iteration-count",
"-o-animation-iteration-count", "-o-animation-iteration-count",
"animation-iteration-count", "animation-iteration-count",
"-webkit-animation-direction", "-webkit-animation-direction",
"-moz-animation-direction",
"-o-animation-direction", "-o-animation-direction",
"animation-direction", "animation-direction",
"text-align", "text-align",
"-webkit-text-align-last", "-webkit-text-align-last",
"-moz-text-align-last",
"text-align-last", "text-align-last",
"vertical-align", "vertical-align",
"white-space", "white-space",
...@@ -268,11 +240,9 @@ ...@@ -268,11 +240,9 @@
"text-overflow-mode", "text-overflow-mode",
"word-wrap", "word-wrap",
"word-break", "word-break",
"-moz-tab-size",
"-o-tab-size", "-o-tab-size",
"tab-size", "tab-size",
"-webkit-hyphens", "-webkit-hyphens",
"-moz-hyphens",
"hyphens", "hyphens",
"pointer-events", "pointer-events",
"direction", "direction",
...@@ -324,42 +294,31 @@ ...@@ -324,42 +294,31 @@
"border-inline-start-style", "border-inline-start-style",
"border-inline-start-color", "border-inline-start-color",
"-webkit-border-radius", "-webkit-border-radius",
"-moz-border-radius",
"border-radius", "border-radius",
"-webkit-border-top-left-radius", "-webkit-border-top-left-radius",
"-moz-border-radius-topleft",
"border-top-left-radius", "border-top-left-radius",
"-webkit-border-top-right-radius", "-webkit-border-top-right-radius",
"-moz-border-radius-topright",
"border-top-right-radius", "border-top-right-radius",
"-webkit-border-bottom-right-radius", "-webkit-border-bottom-right-radius",
"-moz-border-radius-bottomright",
"border-bottom-right-radius", "border-bottom-right-radius",
"-webkit-border-bottom-left-radius", "-webkit-border-bottom-left-radius",
"-moz-border-radius-bottomleft",
"border-bottom-left-radius", "border-bottom-left-radius",
"-webkit-border-image", "-webkit-border-image",
"-moz-border-image",
"-o-border-image", "-o-border-image",
"border-image", "border-image",
"-webkit-border-image-source", "-webkit-border-image-source",
"-moz-border-image-source",
"-o-border-image-source", "-o-border-image-source",
"border-image-source", "border-image-source",
"-webkit-border-image-slice", "-webkit-border-image-slice",
"-moz-border-image-slice",
"-o-border-image-slice", "-o-border-image-slice",
"border-image-slice", "border-image-slice",
"-webkit-border-image-width", "-webkit-border-image-width",
"-moz-border-image-width",
"-o-border-image-width", "-o-border-image-width",
"border-image-width", "border-image-width",
"-webkit-border-image-outset", "-webkit-border-image-outset",
"-moz-border-image-outset",
"-o-border-image-outset", "-o-border-image-outset",
"border-image-outset", "border-image-outset",
"-webkit-border-image-repeat", "-webkit-border-image-repeat",
"-moz-border-image-repeat",
"-o-border-image-repeat", "-o-border-image-repeat",
"border-image-repeat", "border-image-repeat",
"outline", "outline",
...@@ -377,16 +336,13 @@ ...@@ -377,16 +336,13 @@
"background-position-x", "background-position-x",
"background-position-y", "background-position-y",
"-webkit-background-clip", "-webkit-background-clip",
"-moz-background-clip",
"background-clip", "background-clip",
"background-origin", "background-origin",
"-webkit-background-size", "-webkit-background-size",
"-moz-background-size",
"-o-background-size", "-o-background-size",
"background-size", "background-size",
"box-decoration-break", "box-decoration-break",
"-webkit-box-shadow", "-webkit-box-shadow",
"-moz-box-shadow",
"box-shadow", "box-shadow",
"text-shadow", "text-shadow",
......
...@@ -93,7 +93,6 @@ ...@@ -93,7 +93,6 @@
} }
.expanded .locale-translation-update__message { .expanded .locale-translation-update__message {
-webkit-hyphens: auto; -webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto; hyphens: auto;
} }
.js .locale-translation-update__wrapper { .js .locale-translation-update__wrapper {
......
...@@ -10,6 +10,5 @@ ...@@ -10,6 +10,5 @@
background: transparent; background: transparent;
line-height: inherit; line-height: inherit;
-webkit-appearance: none; -webkit-appearance: none;
-moz-appearance: none;
appearance: none; appearance: none;
} }
...@@ -109,7 +109,6 @@ small .admin-link:after { ...@@ -109,7 +109,6 @@ small .admin-link:after {
.system-modules details[open] summary .text { .system-modules details[open] summary .text {
text-transform: none; text-transform: none;
-webkit-hyphens: auto; -webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto; hyphens: auto;
} }
.system-modules td details a { .system-modules td details a {
......
...@@ -4,16 +4,13 @@ ...@@ -4,16 +4,13 @@
* { * {
/* CSS transitions. */ /* CSS transitions. */
-o-transition: none !important; -o-transition: none !important;
-moz-transition: none !important;
-webkit-transition: none !important; -webkit-transition: none !important;
transition: none !important; transition: none !important;
-o-transition-property: none !important; -o-transition-property: none !important;
-moz-transition-property: none !important;
-webkit-transition-property: none !important; -webkit-transition-property: none !important;
transition-property: none !important; transition-property: none !important;
/* CSS animations. */ /* CSS animations. */
-webkit-animation: none !important; -webkit-animation: none !important;
-moz-animation: none !important;
-o-animation: none !important; -o-animation: none !important;
animation: none !important; animation: none !important;
} }
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
-webkit-transition: width 0.5s ease-out; -webkit-transition: width 0.5s ease-out;
transition: width 0.5s ease-out; transition: width 0.5s ease-out;
-webkit-animation: animate-stripes 3s linear infinite; -webkit-animation: animate-stripes 3s linear infinite;
-moz-animation: animate-stripes 3s linear infinite;
border: 1px #07629a solid; border: 1px #07629a solid;
border-radius: 10em; border-radius: 10em;
background: #057ec9; background: #057ec9;
...@@ -33,7 +32,6 @@ ...@@ -33,7 +32,6 @@
margin-right: -1px; margin-right: -1px;
margin-left: 0; margin-left: 0;
-webkit-animation-direction: reverse; -webkit-animation-direction: reverse;
-moz-animation-direction: reverse;
animation-direction: reverse; animation-direction: reverse;
} }
...@@ -42,7 +40,6 @@ ...@@ -42,7 +40,6 @@
-webkit-transition: none; -webkit-transition: none;
transition: none; transition: none;
-webkit-animation: none; -webkit-animation: none;
-moz-animation: none;
} }
} }
......
...@@ -96,7 +96,6 @@ ...@@ -96,7 +96,6 @@
} }
.expanded .locale-translation-update__message { .expanded .locale-translation-update__message {
-webkit-hyphens: auto; -webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto; hyphens: auto;
} }
.js .locale-translation-update__wrapper { .js .locale-translation-update__wrapper {
......
...@@ -10,6 +10,5 @@ ...@@ -10,6 +10,5 @@
background: transparent; background: transparent;
line-height: inherit; line-height: inherit;
-webkit-appearance: none; -webkit-appearance: none;
-moz-appearance: none;
appearance: none; appearance: none;
} }
...@@ -112,7 +112,6 @@ small .admin-link:after { ...@@ -112,7 +112,6 @@ small .admin-link:after {
.system-modules details[open] summary .text { .system-modules details[open] summary .text {
text-transform: none; text-transform: none;
-webkit-hyphens: auto; -webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto; hyphens: auto;
} }
.system-modules td details a { .system-modules td details a {
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
-webkit-transition: width 0.5s ease-out; -webkit-transition: width 0.5s ease-out;
transition: width 0.5s ease-out; transition: width 0.5s ease-out;
-webkit-animation: animate-stripes 3s linear infinite; -webkit-animation: animate-stripes 3s linear infinite;
-moz-animation: animate-stripes 3s linear infinite;
border: 1px #07629a solid; border: 1px #07629a solid;
border-radius: 10em; border-radius: 10em;
background: #057ec9; background: #057ec9;
...@@ -33,7 +32,6 @@ ...@@ -33,7 +32,6 @@
margin-right: -1px; margin-right: -1px;
margin-left: 0; margin-left: 0;
-webkit-animation-direction: reverse; -webkit-animation-direction: reverse;
-moz-animation-direction: reverse;
animation-direction: reverse; animation-direction: reverse;
} }
...@@ -42,7 +40,6 @@ ...@@ -42,7 +40,6 @@
-webkit-transition: none; -webkit-transition: none;
transition: none; transition: none;
-webkit-animation: none; -webkit-animation: none;
-moz-animation: none;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment