mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
fix: blurry tooltips
This commit is contained in:
committed by
Tienson Qin
parent
7c6ab463e3
commit
560d280acd
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user