Ajout d'un quick mobile reset
.btn:focus, input:focus, button:focus { outline: 0; -webkit-tap-highlight-color: transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; }
This commit is contained in:
parent
6f4aefbbb1
commit
f94bd15c89
4 changed files with 84 additions and 2 deletions
|
@ -1,3 +1,25 @@
|
|||
/* ----------------------------- */
|
||||
/* == quick mobile reset */
|
||||
/* ----------------------------- */
|
||||
|
||||
.btn:focus,
|
||||
input:focus,
|
||||
button:focus {
|
||||
outline: 0;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.btn::-moz-focus-inner,
|
||||
input::-moz-focus-inner,
|
||||
button::-moz-focus-inner {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/* ----------------------------- */
|
||||
/* ==desktop and HD devices */
|
||||
/* ----------------------------- */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue