mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Changed search filter cursor to pointer
This commit is contained in:
@@ -2,11 +2,12 @@
|
|||||||
@import '../../../../styles/mixins.scss';
|
@import '../../../../styles/mixins.scss';
|
||||||
|
|
||||||
:host {
|
:host {
|
||||||
border: 1px solid map-get($theme-colors, light);
|
border: 1px solid map-get($theme-colors, light);
|
||||||
.search-filter-wrapper.closed {
|
cursor: pointer;
|
||||||
overflow: hidden;
|
.search-filter-wrapper.closed {
|
||||||
}
|
overflow: hidden;
|
||||||
.filter-toggle {
|
}
|
||||||
line-height: $line-height-base;
|
.filter-toggle {
|
||||||
}
|
line-height: $line-height-base;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user