fix: grey flash on textarea focus on safari/webkit (#1661)

This commit is contained in:
Aman Harwara
2022-09-28 20:11:03 +05:30
committed by GitHub
parent a83003ee69
commit eafa65e934

View File

@@ -190,3 +190,12 @@ $footer-height: 2rem;
.icon {
margin-right: 4px;
}
input,
textarea,
button,
select,
label,
a {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}