From 093722c7d6fe375f33178a00d211a45bb7090d65 Mon Sep 17 00:00:00 2001 From: "mr. M" Date: Tue, 5 Nov 2024 00:38:34 +0100 Subject: [PATCH] Adjust opacity for current workspace indicator and its name in zen workspaces --- src/browser/base/content/zen-styles/zen-workspaces.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser/base/content/zen-styles/zen-workspaces.css b/src/browser/base/content/zen-styles/zen-workspaces.css index 404da6d8a..cd097c555 100644 --- a/src/browser/base/content/zen-styles/zen-workspaces.css +++ b/src/browser/base/content/zen-styles/zen-workspaces.css @@ -412,7 +412,6 @@ #zen-current-workspace-indicator { margin: calc(var(--zen-toolbox-padding) * 3) calc(4px + var(--tab-inline-padding)) calc(var(--zen-toolbox-padding) * 2); font-weight: 600; - opacity: 0.5; align-items: center; & #zen-current-workspace-indicator-icon { @@ -421,6 +420,7 @@ #zen-current-workspace-indicator-name { font-size: 13px; + opacity: 0.5; } & #zen-current-workspace-indicator-icon:not([hidden]) + #zen-current-workspace-indicator-name {