diff --git a/scss/components/_tooltip.scss b/scss/components/_tooltip.scss index 2076438d..a6d61ba2 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;