mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 07:08:21 +02:00
🐛 Show lens icon in search dashboard
This commit is contained in:
parent
fd620a858c
commit
81480f203d
2 changed files with 22 additions and 5 deletions
|
@ -277,7 +277,7 @@
|
|||
border-color: $color-black;
|
||||
}
|
||||
|
||||
.clear-search {
|
||||
.search, .clear-search {
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
|
@ -289,7 +289,6 @@
|
|||
svg {
|
||||
fill: $color-gray-30;
|
||||
height: 15px;
|
||||
transform: rotate(45deg);
|
||||
width: 15px;
|
||||
|
||||
&:hover {
|
||||
|
@ -297,6 +296,10 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.clear-search svg {
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
}
|
||||
|
||||
&.profile-bar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue