From 56122d32885e833c66702b3016e6f7700c126747 Mon Sep 17 00:00:00 2001 From: Ahmed Ejaz Date: Thu, 31 Aug 2023 13:15:27 +0500 Subject: [PATCH] 1140, fix tooltip body text issue --- assets/css/application.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/application.scss b/assets/css/application.scss index be606e3..b813d89 100644 --- a/assets/css/application.scss +++ b/assets/css/application.scss @@ -468,8 +468,8 @@ strong { // Selecting all the tooltip bodies to increase their font-size [class*="hint--"][aria-label]:after { - font-size: 0.75rem; - font-weight: lighter; + font-size: 0.80rem; + text-shadow: none; } // Tooltips