Browse Source

fix: blurry tooltips

Konstantinos Kaloutas 3 years ago
parent
commit
560d280acd
1 changed files with 0 additions and 2 deletions
  1. 0 2
      resources/css/tooltip.css

+ 0 - 2
resources/css/tooltip.css

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