mirror of
https://github.com/penpot/penpot.git
synced 2025-05-21 14:56:10 +02:00
🐛 Fix search icon on dhasboard
This commit is contained in:
parent
37859a20a6
commit
a3bfeace73
2 changed files with 6 additions and 3 deletions
|
@ -95,12 +95,14 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
fill: $df-secondary;
|
stroke: $df-secondary;
|
||||||
|
fill: none;
|
||||||
width: $s-16;
|
width: $s-16;
|
||||||
height: $s-16;
|
height: $s-16;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
fill: $da-tertiary;
|
stroke: $da-tertiary;
|
||||||
|
fill: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,7 +23,8 @@
|
||||||
svg {
|
svg {
|
||||||
width: $s-64;
|
width: $s-64;
|
||||||
height: $s-64;
|
height: $s-64;
|
||||||
fill: $df-secondary;
|
stroke: $df-secondary;
|
||||||
|
fill: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue