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;
|
||||
cursor: pointer;
|
||||
color: inherit;
|
||||
tap-highlight-color: transparent;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
|
||||
@ -103,7 +102,6 @@ a {
|
||||
// }
|
||||
|
||||
textarea, input {
|
||||
tap-highlight-color: transparent;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
|
||||
@ -166,7 +164,6 @@ hr {
|
||||
cursor: pointer;
|
||||
color: inherit;
|
||||
touch-action: manipulation;
|
||||
tap-highlight-color: transparent;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
font-size: 1em;
|
||||
font-family: inherit;
|
||||
|
Loading…
Reference in New Issue
Block a user