From 7841d63c907f13fb18bdee80ec392c2a3aa77490 Mon Sep 17 00:00:00 2001 From: Qing Date: Sun, 7 May 2023 16:58:10 +0800 Subject: [PATCH] css --- lama_cleaner/app/src/components/shared/Button.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lama_cleaner/app/src/components/shared/Button.scss b/lama_cleaner/app/src/components/shared/Button.scss index 010cfcb..b636821 100644 --- a/lama_cleaner/app/src/components/shared/Button.scss +++ b/lama_cleaner/app/src/components/shared/Button.scss @@ -12,6 +12,7 @@ place-items: center; border-radius: 0.5rem; z-index: 1; + user-select: none; cursor: pointer; &:hover { @@ -26,6 +27,7 @@ } .btn-primary-disabled { + user-select: none; background-color: var(--page-bg); pointer-events: none; opacity: 0.5;