Skip to content

Commit

Permalink
fix: blurry tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc authored and tiensonqin committed Sep 9, 2022
1 parent 7c6ab46 commit 560d280
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/css/tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,6 @@
color: var(--ls-primary-text-color);
border-radius: 4px;
text-align: center;
will-change: transform;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: var(--ls-quaternary-background-color);
Expand Down Expand Up @@ -625,7 +624,6 @@

.tippy-tooltip [x-circle] {
position: absolute;
will-change: transform;
background-color: var(--ls-quaternary-background-color);
border-radius: 50%;
width: 130%;
Expand Down

0 comments on commit 560d280

Please sign in to comment.