forked from AkkomaGang/akkoma-fe
Also disable select on buttons
This commit is contained in:
parent
226f435a17
commit
f897c656fc
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ a {
|
|||
}
|
||||
|
||||
button{
|
||||
user-select: none;
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Reference in a new issue