From 80d51d5088245ee3d82ca9f4ee876586ccedf78e Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 9 Mar 2024 14:40:15 +0700 Subject: [PATCH] fix tooltip styling --- .config/ags/scss/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/ags/scss/main.scss b/.config/ags/scss/main.scss index 793783916..ea1f378fe 100644 --- a/.config/ags/scss/main.scss +++ b/.config/ags/scss/main.scss @@ -2,7 +2,7 @@ // * { // all: unset; // } -*:not(popover):not(widget) { all: unset; } +*:not(popover) { all: unset; } // Colors @import './material'; // Material colors