fix: help-icon now visible on Safari (#3939)

This commit is contained in:
David Luzar 2021-08-25 13:57:42 +02:00 committed by GitHub
parent f0f13ed694
commit 8c9786e026
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -443,11 +443,16 @@
display: flex;
cursor: pointer;
fill: $oc-gray-6;
width: 1.5rem;
padding: 0;
margin: 0;
background: none;
color: var(--icon-fill-color);
svg {
width: 1.5rem;
height: 1.5rem;
}
&:hover {
background: none;
}