From 78273898d2c9a6279720f357b4a211759951b1e9 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Thu, 14 Aug 2025 16:33:56 -0500 Subject: [PATCH] Remove testing colors --- app/assets/stylesheets/popup.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/assets/stylesheets/popup.css b/app/assets/stylesheets/popup.css index e4302fddc..914d3fc9e 100644 --- a/app/assets/stylesheets/popup.css +++ b/app/assets/stylesheets/popup.css @@ -20,13 +20,11 @@ &.orient-left { inset-inline: auto 0; transform: translateX(0); - background: lime !important; } &.orient-right { inset-inline: 0 auto; transform: translateX(0); - background: gold !important; } &:has(.popup__footer) {