Bug 1606785 - Format webcompat CSS files with Prettier r=webcompat-reviewers,denschub
Differential Revision: https://phabricator.services.mozilla.com/D249179
This commit is contained in:
committed by
hjones@mozilla.com
parent
7bb7f82374
commit
41bc4d5237
@@ -8,11 +8,6 @@
|
||||
* WebCompat issue #102872 - https://webcompat.com/issues/102872
|
||||
*/
|
||||
|
||||
.property-snapshot-psr-panel
|
||||
.prop-pix
|
||||
.photo-carousel.owl
|
||||
.owl-stage-outer
|
||||
.owl-item
|
||||
img {
|
||||
.property-snapshot-psr-panel .prop-pix .photo-carousel.owl .owl-stage-outer .owl-item img {
|
||||
height: -moz-available;
|
||||
}
|
||||
|
||||
@@ -29,6 +29,5 @@
|
||||
|
||||
.trending__list {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: var(--trending-scrollbar-color)
|
||||
var(--trending-scrollbar-background-color);
|
||||
scrollbar-color: var(--trending-scrollbar-color) var(--trending-scrollbar-background-color);
|
||||
}
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
*
|
||||
* The site is using a faulty -moz-transform rule, which we can unset.
|
||||
*/
|
||||
[class*="Modal_overlay"][class*="Modal_positionContentCenter"]:has(
|
||||
[class*="after-open"]
|
||||
) {
|
||||
[class*="Modal_overlay"][class*="Modal_positionContentCenter"]:has([class*="after-open"]) {
|
||||
justify-content: unset;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user