From 176a622db09131791d2513e6ad14ed8273e61971 Mon Sep 17 00:00:00 2001 From: Ahmed Ejaz Date: Sun, 27 Aug 2023 21:24:40 +0500 Subject: [PATCH] #1140, update the font size for tooltip's bodies --- assets/css/application.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/application.scss b/assets/css/application.scss index d239051..7df24b1 100644 --- a/assets/css/application.scss +++ b/assets/css/application.scss @@ -466,6 +466,10 @@ strong { display: block; } +// Selecting all the tooltip bodies to increase their font-size +[class*="hint--"][aria-label]:after { + font-size: 0.80rem; +} /* For modern browsers */ .clearfix:before,