Remove testing colors

This commit is contained in:
Andy Smith
2025-08-14 16:33:56 -05:00
parent dfefd16f0f
commit 78273898d2
-2
View File
@@ -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) {