Removed tap-highlight-color from style.scsss as it is not a valid css property
This commit is contained in:
parent
058a4db835
commit
0adf713f85
|
@ -94,7 +94,6 @@ a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
tap-highlight-color: transparent;
|
|
||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -103,7 +102,6 @@ a {
|
||||||
// }
|
// }
|
||||||
|
|
||||||
textarea, input {
|
textarea, input {
|
||||||
tap-highlight-color: transparent;
|
|
||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -166,7 +164,6 @@ hr {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
touch-action: manipulation;
|
touch-action: manipulation;
|
||||||
tap-highlight-color: transparent;
|
|
||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
|
|
Loading…
Reference in New Issue