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:
hannajones
2025-05-21 03:51:44 +00:00
committed by hjones@mozilla.com
parent 7bb7f82374
commit 41bc4d5237
3 changed files with 3 additions and 11 deletions

View File

@@ -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;
}

View File

@@ -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);
}

View File

@@ -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;
}