Also disable select on buttons

This commit is contained in:
Shpuld Shpuldson 2017-11-02 16:27:34 +02:00
parent 226f435a17
commit f897c656fc
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ a {
} }
button{ button{
user-select: none;
border: none; border: none;
border-radius: 5px; border-radius: 5px;
cursor: pointer; cursor: pointer;