🐛 Show lens icon in search dashboard

This commit is contained in:
alonso.torres 2021-01-28 14:56:46 +01:00
parent fd620a858c
commit 81480f203d
2 changed files with 22 additions and 5 deletions

View file

@ -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 {