From 27c0f4042feb8a78b7125a2705c1e71cd4276c32 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 17 Nov 2024 11:49:48 -0500 Subject: [PATCH] gtk: remove tooltip css --- homeManagerModules/theme.nix | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/homeManagerModules/theme.nix b/homeManagerModules/theme.nix index 863b3af1..b6ffaf1b 100644 --- a/homeManagerModules/theme.nix +++ b/homeManagerModules/theme.nix @@ -30,18 +30,7 @@ in { stylix.targets.gtk.extraCss = builtins.concatStringsSep "\n" [ (lib.optionalString ((cfg.desktop.hyprland.enable || cfg.desktop.sway.enable) && !cfg.desktop.gnome.enable) '' window.background { border-radius: ${toString cfg.theme.borders.radius}; } - - tooltip { - background-color: alpha(${config.lib.stylix.colors.withHashtag.base00}, ${builtins.toString config.stylix.opacity.popups}); - border-radius: ${toString cfg.theme.borders.radius}; - border: 1px solid ${config.lib.stylix.colors.withHashtag.base0D}; - color: white; - } - - tooltip.background { - background-color: alpha(${config.lib.stylix.colors.withHashtag.base00}, ${builtins.toString config.stylix.opacity.popups}); - border: 1px solid ${config.lib.stylix.colors.withHashtag.base0D}; - }'') + '') (lib.optionalString ( (cfg.desktop.hyprland.enable || cfg.desktop.sway.enable) && (config.stylix.polarity == "light") && !cfg.desktop.gnome.enable