Skip to content
Snippets Groups Projects
Commit b4d21d88 authored by courtneypattison's avatar courtneypattison
Browse files

Changed search filter cursor to pointer

parent 829d4381
No related branches found
No related tags found
No related merge requests found
......@@ -2,11 +2,12 @@
@import '../../../../styles/mixins.scss';
:host {
border: 1px solid map-get($theme-colors, light);
.search-filter-wrapper.closed {
overflow: hidden;
}
.filter-toggle {
line-height: $line-height-base;
}
}
\ No newline at end of file
border: 1px solid map-get($theme-colors, light);
cursor: pointer;
.search-filter-wrapper.closed {
overflow: hidden;
}
.filter-toggle {
line-height: $line-height-base;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment