Skip to content

Commit 0b7630b

Browse files
authored
fix(tooltip): remove text-shadow to avoid inheritance from parent
To avoid accidental inheritance of styling from parent element, text-shadow: none is explicitly set for [data-tooltip] popup.
1 parent 054976f commit 0b7630b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/definitions/modules/popup.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
position: absolute;
109109
text-transform: none;
110110
text-align: left;
111+
text-shadow: none;
111112
white-space: nowrap;
112113

113114
font-size: @tooltipFontSize;

0 commit comments

Comments
 (0)