Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
fix: [XEUS-1099] Change Tooltip sass (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZengGengHai authored Apr 8, 2020
1 parent 03840f3 commit 1924615
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Tooltip/style.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@import '../../style/variables.scss';

.Tooltip__icon {
font-size: 14px;
color: $light-steel-blue-normal;
}
.Tooltip {
display: inline-block;
& .Tooltip__icon {
font-size: 14px;
color: $light-steel-blue-normal;
}
}
.tooltip {
&.contrast {
Expand Down

0 comments on commit 1924615

Please sign in to comment.