fix: blurry tooltips

This commit is contained in:
Konstantinos Kaloutas
2022-09-07 13:55:10 +03:00
committed by Tienson Qin
parent 7c6ab463e3
commit 560d280acd

View File

@@ -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);
@@ -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%;