From a5615da7dccf021325eba6c365cb45c561617cf5 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Wed, 8 Nov 2023 15:32:35 -0500 Subject: [PATCH] fix: firefox selected tab css has changed --- modules/common/applications/firefox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/applications/firefox.nix b/modules/common/applications/firefox.nix index 6fe7dd1..6e313d1 100644 --- a/modules/common/applications/firefox.nix +++ b/modules/common/applications/firefox.nix @@ -117,7 +117,7 @@ background-color: ${config.theme.colors.base00}; color: ${config.theme.colors.base06} !important; } - .tab-content[selected=true] { + .tab-content[selected] { border-bottom: 2px solid color-mix(in srgb, var(--identity-tab-color) 25%, transparent); background-color: ${config.theme.colors.base01} !important; color: ${config.theme.colors.base07} !important;