Issue #3278163 by xjm, nod_, lauriii: yarn upgrade for latest security vulnerabilities
parent
40bb4c4e93
commit
7f65d32e44
|
@ -885,7 +885,7 @@ metapackage
|
|||
metapackages
|
||||
metatag
|
||||
metatags
|
||||
meΦΩ
|
||||
meφω
|
||||
miaus
|
||||
middlewares
|
||||
midgardmvc
|
||||
|
@ -1876,4 +1876,4 @@ zoomout
|
|||
zwei
|
||||
zxvf
|
||||
zzgroup
|
||||
Übersetzung
|
||||
übersetzung
|
||||
|
|
|
@ -170,7 +170,6 @@
|
|||
perspective-origin: 50% 50%;
|
||||
position: static;
|
||||
right: auto;
|
||||
-moz-tab-size: 8;
|
||||
-o-tab-size: 8;
|
||||
tab-size: 8;
|
||||
table-layout: auto;
|
||||
|
@ -436,7 +435,6 @@
|
|||
perspective-origin: 50% 50%;
|
||||
position: static;
|
||||
right: auto;
|
||||
-moz-tab-size: 8;
|
||||
-o-tab-size: 8;
|
||||
tab-size: 8;
|
||||
table-layout: auto;
|
||||
|
|
|
@ -50,7 +50,6 @@
|
|||
font-weight: 700;
|
||||
line-height: 1rem;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
-webkit-font-smoothing: antialiased; /* 3 */
|
||||
}
|
||||
|
@ -205,6 +204,5 @@ a.button--danger:active {
|
|||
border: 0;
|
||||
background: none;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
|
|
|
@ -125,7 +125,6 @@
|
|||
background: #d4d4d8;
|
||||
font-size: 1px; /* iOS Safari sets a minimum button-width based on font-size. */
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
|
@ -246,7 +245,6 @@
|
|||
font-weight: 700;
|
||||
line-height: 1rem;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
|
|
@ -86,7 +86,6 @@
|
|||
background-size: 100% 100%;
|
||||
box-shadow: 0 0 0 4px transparent;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
font-size: 1rem;
|
||||
line-height: 1.5rem;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none; /* Being able to control inner box shadow on iOS. */
|
||||
}
|
||||
|
||||
|
@ -40,7 +39,6 @@
|
|||
|
||||
.form-element--type-search[type="search"] {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
|
|
@ -46,7 +46,6 @@
|
|||
font-size: 1.125rem;
|
||||
font-weight: 700;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
-webkit-font-smoothing: antialiased
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
|
||||
select.cke_dialog_ui_input_select {
|
||||
-webkit-appearance: menulist;
|
||||
-moz-appearance: menulist;
|
||||
appearance: menulist
|
||||
}
|
||||
|
||||
|
|
|
@ -385,7 +385,6 @@
|
|||
font-weight: 600;
|
||||
line-height: 1.125rem;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none
|
||||
}
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@ input[type="radio"] {
|
|||
background-position: 50% 50%;
|
||||
background-size: 1.125rem 1.125rem;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none
|
||||
}
|
||||
|
||||
|
|
|
@ -41,7 +41,6 @@ select {
|
|||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none
|
||||
}
|
||||
|
||||
|
@ -115,16 +114,14 @@ select {
|
|||
select {
|
||||
background-image: none;
|
||||
-webkit-appearance: listbox;
|
||||
-moz-appearance: listbox;
|
||||
appearance: listbox /* Default <select> appearance value for modern browsers. */
|
||||
|
||||
/* Lets browser set <select> appearance to whatever the browser's default is. */
|
||||
}
|
||||
@supports ((-webkit-appearance: revert) or (-moz-appearance: revert) or (appearance: revert)) {
|
||||
@supports ((-webkit-appearance: revert) or (appearance: revert)) {
|
||||
|
||||
select {
|
||||
-webkit-appearance: revert;
|
||||
-moz-appearance: revert;
|
||||
appearance: revert
|
||||
}
|
||||
}
|
||||
|
|
|
@ -36,7 +36,6 @@ textarea {
|
|||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none
|
||||
}
|
||||
|
||||
|
|
|
@ -190,7 +190,6 @@
|
|||
border: 0;
|
||||
background: none;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none
|
||||
}
|
||||
|
||||
|
|
|
@ -57,7 +57,6 @@
|
|||
border: none;
|
||||
background: transparent;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none
|
||||
}
|
||||
|
||||
|
|
|
@ -170,7 +170,6 @@
|
|||
perspective-origin: 50% 50%;
|
||||
position: static;
|
||||
right: auto;
|
||||
-moz-tab-size: 8;
|
||||
-o-tab-size: 8;
|
||||
tab-size: 8;
|
||||
table-layout: auto;
|
||||
|
@ -436,7 +435,6 @@
|
|||
perspective-origin: 50% 50%;
|
||||
position: static;
|
||||
right: auto;
|
||||
-moz-tab-size: 8;
|
||||
-o-tab-size: 8;
|
||||
tab-size: 8;
|
||||
table-layout: auto;
|
||||
|
|
|
@ -170,7 +170,6 @@
|
|||
perspective-origin: 50% 50%;
|
||||
position: static;
|
||||
right: auto;
|
||||
-moz-tab-size: 8;
|
||||
-o-tab-size: 8;
|
||||
tab-size: 8;
|
||||
table-layout: auto;
|
||||
|
@ -436,7 +435,6 @@
|
|||
perspective-origin: 50% 50%;
|
||||
position: static;
|
||||
right: auto;
|
||||
-moz-tab-size: 8;
|
||||
-o-tab-size: 8;
|
||||
tab-size: 8;
|
||||
table-layout: auto;
|
||||
|
|
910
core/yarn.lock
910
core/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue