fix: grey flash on textarea focus on safari/webkit (#1661)
This commit is contained in:
@@ -190,3 +190,12 @@ $footer-height: 2rem;
|
|||||||
.icon {
|
.icon {
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input,
|
||||||
|
textarea,
|
||||||
|
button,
|
||||||
|
select,
|
||||||
|
label,
|
||||||
|
a {
|
||||||
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user