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) {