disable selection
This commit is contained in:
parent
bc6d25458f
commit
08a7df30e5
2 changed files with 14 additions and 3 deletions
|
|
@ -110,4 +110,15 @@ body {
|
|||
|
||||
.icon {
|
||||
font-family: "icon";
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
button:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue