From 0a5243837fbb928c7ae3a892dacf1491ce8ebce1 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Fri, 4 Dec 2020 00:54:03 +0100 Subject: [PATCH] Make buttons unselectable (prolly) --- src/res/css/common.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/res/css/common.scss b/src/res/css/common.scss index 33458a1..8eb55da 100644 --- a/src/res/css/common.scss +++ b/src/res/css/common.scss @@ -235,6 +235,8 @@ small { margin-bottom: 3px; color: $text-dim; text-align: center; + cursor: pointer; + user-select: none;; } @@ -256,10 +258,6 @@ small { background-color: lighten($background-selected, 10%); } -.button { - cursor: pointer !important; -} - .disabled { pointer-events: none; /* color: #666; */