diff options
| author | Shpuld Shpuldson <shpuld@gmail.com> | 2017-11-02 16:27:34 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shpuld@gmail.com> | 2017-11-02 16:27:34 +0200 |
| commit | f897c656fc2a8739e006e77ba0db50f00e136ad7 (patch) | |
| tree | 97bb4789c06e6383981a277dfac85ee64b6480cb | |
| parent | 226f435a171dd3ffcfea766133a234ba5a586bb6 (diff) | |
Also disable select on buttons
| -rw-r--r-- | src/App.scss | 1 |
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; |
