Skip to content

Commit

Permalink
Improve the clear filter button
Browse files Browse the repository at this point in the history
  • Loading branch information
louislam committed Dec 5, 2022
1 parent ee1a56c commit 8aa9763
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/MonitorList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,16 @@ export default {
.search-icon {
padding: 10px;
color: #c0c0c0;
// Clear filter button (X)
svg[data-icon="times"] {
cursor: pointer;
transition: all ease-in-out 0.1s;
&:hover {
color: white;
}
}
}
.search-input {
Expand Down

0 comments on commit 8aa9763

Please sign in to comment.