From 3a9e2d32708473dbf85520cf8c66bb053615c078 Mon Sep 17 00:00:00 2001 From: FlorianButz Date: Sun, 12 Apr 2026 19:34:45 +0200 Subject: [PATCH] chore: Remove unecessary !important in css --- src/zen/boosts/zen-selector.css | 4 ++-- src/zen/boosts/zen-zap.css | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/zen/boosts/zen-selector.css b/src/zen/boosts/zen-selector.css index ee3131bc3..7e7cde34e 100644 --- a/src/zen/boosts/zen-selector.css +++ b/src/zen/boosts/zen-selector.css @@ -17,11 +17,11 @@ #select-component { width: min-content; - font-family: system-ui !important; + font-family: system-ui; height: 98px; - pointer-events: auto !important; + pointer-events: auto; transform-origin: top; overflow: hidden; diff --git a/src/zen/boosts/zen-zap.css b/src/zen/boosts/zen-zap.css index d1e2ae940..fd28f1fa3 100644 --- a/src/zen/boosts/zen-zap.css +++ b/src/zen/boosts/zen-zap.css @@ -53,10 +53,10 @@ } #zap-controls-container { - font-family: system-ui !important; + font-family: system-ui; display: flex; - pointer-events: auto !important; + pointer-events: auto; z-index: 999999; bottom: 8px; @@ -92,7 +92,7 @@ } border: none; - background: linear-gradient(0deg, #afafaf 0%, #e5e5e5 100%) !important; + background: linear-gradient(0deg, #afafaf 0%, #e5e5e5 100%); color: #1d1b1b; font-weight: bold; @@ -148,11 +148,11 @@ } #zen-zap-dissolve-canvas { - position: fixed !important; - width: 100% !important; - height: 100% !important; - left: 0 !important; - top: 0 !important; - pointer-events: none !important; - z-index: 2147483647 !important; + position: fixed; + width: 100%; + height: 100%; + left: 0; + top: 0; + pointer-events: none; + z-index: 2147483647; }