aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShpuld Shpuldson <shpuld@gmail.com>2017-11-02 16:27:34 +0200
committerShpuld Shpuldson <shpuld@gmail.com>2017-11-02 16:27:34 +0200
commitf897c656fc2a8739e006e77ba0db50f00e136ad7 (patch)
tree97bb4789c06e6383981a277dfac85ee64b6480cb /src
parent226f435a171dd3ffcfea766133a234ba5a586bb6 (diff)
Also disable select on buttons
Diffstat (limited to 'src')
-rw-r--r--src/App.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss
index ff403ef8..fd44dfb8 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -34,6 +34,7 @@ a {
}
button{
+ user-select: none;
border: none;
border-radius: 5px;
cursor: pointer;