Merge pull request #2740 from cmgustavo/bug/android-outline
Removes outline on tap for android
This commit is contained in:
commit
cb7384702b
1 changed files with 5 additions and 7 deletions
|
|
@ -24,6 +24,7 @@ input {
|
||||||
-webkit-user-drag: none;
|
-webkit-user-drag: none;
|
||||||
-ms-user-drag: none;
|
-ms-user-drag: none;
|
||||||
user-drag: none;
|
user-drag: none;
|
||||||
|
-webkit-tap-highlight-color:rgba(0,0,0,0);
|
||||||
}
|
}
|
||||||
|
|
||||||
body, div, .row {
|
body, div, .row {
|
||||||
|
|
@ -358,13 +359,6 @@ ul.off-canvas-list li a:hover {
|
||||||
background: none;
|
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 {
|
.move-right .close-menu {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|
@ -603,6 +597,8 @@ input[type="text"],
|
||||||
input[type="time"],
|
input[type="time"],
|
||||||
input[type="url"],
|
input[type="url"],
|
||||||
input[type="week"],
|
input[type="week"],
|
||||||
|
input,
|
||||||
|
select,
|
||||||
textarea,
|
textarea,
|
||||||
input[type="text"]:focus,
|
input[type="text"]:focus,
|
||||||
input[type="password"]:focus,
|
input[type="password"]:focus,
|
||||||
|
|
@ -618,6 +614,8 @@ input[type="tel"]:focus,
|
||||||
input[type="time"]:focus,
|
input[type="time"]:focus,
|
||||||
input[type="url"]:focus,
|
input[type="url"]:focus,
|
||||||
input[type="color"]:focus,
|
input[type="color"]:focus,
|
||||||
|
input:focus,
|
||||||
|
select:focus,
|
||||||
textarea:focus
|
textarea:focus
|
||||||
{
|
{
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue