Removed tap-highlight-color from style.scsss as it is not a valid css property

This commit is contained in:
chimiana 2022-12-12 01:11:13 +00:00 committed by Gitea
parent 058a4db835
commit 0adf713f85

View file

@ -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;