From e69615d56ff2a897728b09ad17282b188eaf031b 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