mirror of
https://github.com/penpot/penpot.git
synced 2025-08-01 20:38:25 +02:00
🐛 Fix search field shared styles
This commit is contained in:
parent
82e402c271
commit
9f66e8e5d1
2 changed files with 5 additions and 4 deletions
|
@ -337,15 +337,15 @@
|
|||
fill: $color-gray-30;
|
||||
height: 15px;
|
||||
width: 15px;
|
||||
|
||||
&:hover {
|
||||
fill: $color-danger;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.clear-search svg {
|
||||
transform: rotate(45deg);
|
||||
|
||||
&:hover {
|
||||
fill: $color-danger;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue