mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-19 16:21:59 +00:00
Update text-shadow property for improved visibility in zen-workspaces
This commit is contained in:
@@ -62,9 +62,8 @@
|
|||||||
@media not (-moz-bool-pref: 'zen.workspaces.hide-deactivated-workspaces') {
|
@media not (-moz-bool-pref: 'zen.workspaces.hide-deactivated-workspaces') {
|
||||||
& {
|
& {
|
||||||
color: transparent;
|
color: transparent;
|
||||||
text-shadow: 0 0 0 var(--zen-toolbar-element-bg);
|
text-shadow: 0 0 0 light-dark(rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.15));
|
||||||
transition: text-shadow 0.4s ease;
|
transition: text-shadow 0.2s ease;
|
||||||
transition-delay: 0.2s; /* Wait for new accent color to be applied */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&[active='true'] {
|
&[active='true'] {
|
||||||
|
Reference in New Issue
Block a user