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; */