Removes outline on tap for android

This commit is contained in:
Gustavo Maximiliano Cortez 2015-05-18 10:32:49 -03:00
parent 63a488e630
commit 919baa450a
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 5 additions and 7 deletions

View File

@ -24,6 +24,7 @@ input {
-webkit-user-drag: none;
-ms-user-drag: none;
user-drag: none;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
body, div, .row {
@ -358,13 +359,6 @@ ul.off-canvas-list li a:hover {
background: none;
}
a, button, .button, input, textarea, select {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.move-right .close-menu {
cursor: pointer;
box-shadow: none;
@ -603,6 +597,8 @@ input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input,
select,
textarea,
input[type="text"]:focus,
input[type="password"]:focus,
@ -618,6 +614,8 @@ input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
input:focus,
select:focus,
textarea:focus
{
opacity: 1;