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:
raphaelgoettter 2015-03-09 17:24:43 +01:00
parent 6f4aefbbb1
commit f94bd15c89
4 changed files with 84 additions and 2 deletions

View file

@ -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 */
/* ----------------------------- */