Skip to content
Snippets Groups Projects
Commit 23dcd9dc authored by catch's avatar catch
Browse files

Issue #3202818 by Spokje, mherchel, Gábor Hojtsy, catch, Wim Leers, shaal,...

Issue #3202818 by Spokje, mherchel, Gábor Hojtsy, catch, Wim Leers, shaal, andypost: Remove untrue declaration of Opera Mini (in reverse proxy mode) support from Drupal 9.3
parent 431f9150
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,6 @@
background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
border: medium none currentColor;
border-collapse: separate;
-o-border-image: none;
border-image: none;
border-radius: 0;
border-spacing: 0;
......@@ -171,7 +170,6 @@
position: static;
right: auto;
-moz-tab-size: 8;
-o-tab-size: 8;
tab-size: 8;
table-layout: auto;
text-align: left;
......@@ -376,7 +374,6 @@
background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
border: medium none currentColor;
border-collapse: separate;
-o-border-image: none;
border-image: none;
border-radius: 0;
border-spacing: 0;
......@@ -437,7 +434,6 @@
position: static;
right: auto;
-moz-tab-size: 8;
-o-tab-size: 8;
tab-size: 8;
table-layout: auto;
text-align: left;
......
......@@ -104,7 +104,6 @@
"last 1 ChromeAndroid version",
"last 1 UCAndroid version",
"last 1 Samsung version",
"last 1 OperaMini version",
"Firefox ESR"
]
}
......@@ -587,9 +587,7 @@
.media-library-item--grid .field--name-thumbnail img {
height: 11.25rem;
-o-object-fit: contain;
object-fit: contain;
-o-object-position: center center;
object-position: center center;
}
......
......@@ -200,7 +200,6 @@
.add-comment__picture img, .comment__picture img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover
/* @TODO: create image-style for profile's avatar to have image squared by default. */
......
......@@ -69,7 +69,6 @@
.node--view-mode-teaser .primary-image img {
width: 3.9375rem;
height: 3.9375rem;
-o-object-fit: cover;
object-fit: cover;
border-radius: 50%
}
......
......@@ -41,7 +41,6 @@
.node__author-image img {
width: 2.8125rem;
height: 2.8125rem;
-o-object-fit: cover;
object-fit: cover;
border-radius: 50%;
}
......
......@@ -110,7 +110,6 @@
background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
border: medium none currentColor;
border-collapse: separate;
-o-border-image: none;
border-image: none;
border-radius: 0;
border-spacing: 0;
......@@ -171,7 +170,6 @@
position: static;
right: auto;
-moz-tab-size: 8;
-o-tab-size: 8;
tab-size: 8;
table-layout: auto;
text-align: left;
......@@ -376,7 +374,6 @@
background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
border: medium none currentColor;
border-collapse: separate;
-o-border-image: none;
border-image: none;
border-radius: 0;
border-spacing: 0;
......@@ -437,7 +434,6 @@
position: static;
right: auto;
-moz-tab-size: 8;
-o-tab-size: 8;
tab-size: 8;
table-layout: auto;
text-align: left;
......
......@@ -110,7 +110,6 @@
background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
border: medium none currentColor;
border-collapse: separate;
-o-border-image: none;
border-image: none;
border-radius: 0;
border-spacing: 0;
......@@ -171,7 +170,6 @@
position: static;
right: auto;
-moz-tab-size: 8;
-o-tab-size: 8;
tab-size: 8;
table-layout: auto;
text-align: left;
......@@ -376,7 +374,6 @@
background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
border: medium none currentColor;
border-collapse: separate;
-o-border-image: none;
border-image: none;
border-radius: 0;
border-spacing: 0;
......@@ -437,7 +434,6 @@
position: static;
right: auto;
-moz-tab-size: 8;
-o-tab-size: 8;
tab-size: 8;
table-layout: auto;
text-align: left;
......
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