Skip to content

Commit

Permalink
fix(tooltip): remove text-shadow to avoid inheritance from parent
Browse files Browse the repository at this point in the history
To avoid accidental inheritance of styling from parent element, text-shadow: none is explicitly set for [data-tooltip] popup.
  • Loading branch information
exoego authored Jul 16, 2020
1 parent 054976f commit 0b7630b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/definitions/modules/popup.less
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
position: absolute;
text-transform: none;
text-align: left;
text-shadow: none;
white-space: nowrap;

font-size: @tooltipFontSize;
Expand Down

0 comments on commit 0b7630b

Please sign in to comment.