From 80c0fcb02f9704aeb70545bed4ebefff61837275 Mon Sep 17 00:00:00 2001 From: DokterKaj <54882101+DokterKaj@users.noreply.github.com> Date: Wed, 21 Aug 2024 22:59:13 +0800 Subject: [PATCH] Make keybinds text in loading tip visible (#322) --- src/components/_details.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/components/_details.scss b/src/components/_details.scss index fc59a7984..3668c3074 100644 --- a/src/components/_details.scss +++ b/src/components/_details.scss @@ -345,11 +345,3 @@ div[class*="actions_"] { fill: $text !important; } } - -// Loading tip keys -div[class*="fixClipping"] - div[class^="tip"] - div[class*="keybind"] - span[class^="key"] { - color: $crust; -}