Skip to content

Commit

Permalink
Address PR feedback:
Browse files Browse the repository at this point in the history
 - Remove transparency
 - Decrease font size
 - Hide hint when tooltip locked
  • Loading branch information
Fyorl committed May 18, 2024
1 parent 5dca22f commit 4e0fc9c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions less/v2/tooltips.less
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
border-radius: 4px;
pointer-events: none;
}

.lock-hint { display: none; }
}

.lock-hint {
Expand All @@ -44,9 +46,8 @@
gap: 4px;
padding: 6px 0 0;
margin-bottom: -4px;
font-size: var(--font-size-11);
font-size: var(--font-size-10);
color: var(--color-text-dark-5);
opacity: .75;

> img {
height: 1em;
Expand Down

0 comments on commit 4e0fc9c

Please sign in to comment.