mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🐛 Fix search icon on dhasboard
This commit is contained in:
@@ -95,12 +95,14 @@
|
||||
cursor: pointer;
|
||||
|
||||
svg {
|
||||
fill: $df-secondary;
|
||||
stroke: $df-secondary;
|
||||
fill: none;
|
||||
width: $s-16;
|
||||
height: $s-16;
|
||||
|
||||
&:hover {
|
||||
fill: $da-tertiary;
|
||||
stroke: $da-tertiary;
|
||||
fill: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,7 +23,8 @@
|
||||
svg {
|
||||
width: $s-64;
|
||||
height: $s-64;
|
||||
fill: $df-secondary;
|
||||
stroke: $df-secondary;
|
||||
fill: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user