Disables opening link by long time pressing. Active button
This commit is contained in:
parent
f4995a51d9
commit
3b8fff5bff
2 changed files with 30 additions and 62 deletions
|
|
@ -11,6 +11,7 @@ body {
|
|||
-khtml-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
-webkit-touch-callout: none !important;
|
||||
}
|
||||
|
||||
input {
|
||||
|
|
@ -617,6 +618,7 @@ input:focus,
|
|||
select:focus,
|
||||
textarea:focus
|
||||
{
|
||||
outline: 0;
|
||||
opacity: 1;
|
||||
/*CSS transitions*/
|
||||
-o-transition-property: none !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue