From 29440707db16374a8cfb7278a4809801236d87bd Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Tue, 23 Apr 2024 17:30:07 +0530 Subject: [PATCH] make tooltips rounded --- src/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/style.css b/src/style.css index c1437f6..0bc88fc 100644 --- a/src/style.css +++ b/src/style.css @@ -279,12 +279,14 @@ label { [class*='hint--']:after, [class*='hint--']:before { background-color: #000; + border-radius: 0 4px 0 0; } [class*='hint--']:after { text-transform: none; font-weight: normal; letter-spacing: 0.5px; font-size: 14px; + border-radius: 4px; } .line {