mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: help-icon now visible on Safari (#3939)
This commit is contained in:
parent
f0f13ed694
commit
8c9786e026
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue