From 6fabc27b19db53cdb4743ddb24067bbf548fb543 Mon Sep 17 00:00:00 2001 From: Margulan Date: Tue, 6 Aug 2024 09:47:49 +0500 Subject: [PATCH] Update _tooltip.scss --- scss/components/_tooltip.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/components/_tooltip.scss b/scss/components/_tooltip.scss index 2076438d0..a6d61ba26 100644 --- a/scss/components/_tooltip.scss +++ b/scss/components/_tooltip.scss @@ -9,7 +9,7 @@ #{$parent-selector} [data-tooltip] { position: relative; - &:not(a, button, input) { + &:not(a, button, input, [role="button"]) { border-bottom: 1px dotted; text-decoration: none; cursor: help;