Skip to content

Commit

Permalink
Enhance workspace indicator styling for improved visibility and aesth…
Browse files Browse the repository at this point in the history
…etics
  • Loading branch information
mauro-balades committed Jan 27, 2025
1 parent 9c7c8fc commit 5c2274f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/browser/base/content/zen-styles/zen-workspaces.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,12 @@
filter 0.2s;
}

#zen-current-workspace-indicator-icon,
&[active='true'] {
filter: none;
opacity: 1;
color: transparent;
text-shadow: 0 0 0 color-mix(in srgb, var(--zen-primary-color) 80%, transparent 20%);
}
}
}
Expand Down

0 comments on commit 5c2274f

Please sign in to comment.