From 1c2c496f7e7a7e2d3b00ea374b69079e691f8f23 Mon Sep 17 00:00:00 2001 From: "Mr. M" Date: Tue, 15 Apr 2025 15:13:17 +0200 Subject: [PATCH] style: closes #5154 - Changed essential backgrounds to have better visuals, r=tabs --- src/zen/tabs/zen-tabs/vertical-tabs.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/zen/tabs/zen-tabs/vertical-tabs.css b/src/zen/tabs/zen-tabs/vertical-tabs.css index 13e2d8e0f..61543f031 100644 --- a/src/zen/tabs/zen-tabs/vertical-tabs.css +++ b/src/zen/tabs/zen-tabs/vertical-tabs.css @@ -1107,12 +1107,13 @@ &::after { content: ""; inset: -50%; - filter: blur(20px); + filter: blur(25px); position: absolute; - background-size: 100% 100%; + background-size: initial; background-clip: padding-box; background-image: var(--zen-tab-icon); z-index: -1; + background-position: center; } background: transparent;