Unverified Commit f4e2b731 authored by Tiefseemonster's avatar Tiefseemonster Committed by GitHub

fix: make tooltip text no-selecting (#567)

* no selecting tooltip text

With a double click on button, you can get selection on tooltip text. That may be distracting a little bit.

* Update web/src/less/memo.less
Co-authored-by: 's avatarStephen Zhou <hi@hyoban.cc>
Co-authored-by: 's avatarStephen Zhou <hi@hyoban.cc>
Co-authored-by: 's avatarboojack <stevenlgtm@gmail.com>
parent ff0db82d
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
@apply w-full flex flex-row justify-around items-center border-b border-gray-100 p-1 mb-1; @apply w-full flex flex-row justify-around items-center border-b border-gray-100 p-1 mb-1;
> .btn { > .btn {
@apply relative w-6 h-6 p-1 text-gray-600 cursor-pointer; @apply relative w-6 h-6 p-1 text-gray-600 cursor-pointer select-none;
&:hover > .tip-text { &:hover > .tip-text {
@apply block; @apply block;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment