Skip to content

Commit

Permalink
Improved readability of translucent tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzos committed Oct 9, 2019
1 parent df49b19 commit 84044cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/Tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
border-radius: 4px;
background: #fff;
border: 1px solid #aaa;
opacity: 0.7;
opacity: 0.9;
white-space: nowrap;
visibility: visible;
transition: opacity .2s ease, visibility .2s ease;
Expand Down

0 comments on commit 84044cd

Please sign in to comment.