mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
Merge pull request #382 from atmire/search-performance-bugfix
Fixed facets UI issue
This commit is contained in:
@@ -2,15 +2,6 @@
|
|||||||
@import '../../../../../styles/mixins.scss';
|
@import '../../../../../styles/mixins.scss';
|
||||||
|
|
||||||
.filters {
|
.filters {
|
||||||
a {
|
|
||||||
color: $body-color;
|
|
||||||
&:hover, &focus {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
span.badge {
|
|
||||||
vertical-align: text-top;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.toggle-more-filters a {
|
.toggle-more-filters a {
|
||||||
color: $link-color;
|
color: $link-color;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
@@ -0,0 +1,11 @@
|
|||||||
|
@import '../../../../../../styles/variables.scss';
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: $body-color;
|
||||||
|
&:hover, &focus {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
span.badge {
|
||||||
|
vertical-align: text-top;
|
||||||
|
}
|
||||||
|
}
|
@@ -11,6 +11,7 @@ import { hasValue } from '../../../../../shared/empty.util';
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ds-search-facet-option',
|
selector: 'ds-search-facet-option',
|
||||||
|
styleUrls: ['./search-facet-option.component.scss'],
|
||||||
templateUrl: './search-facet-option.component.html',
|
templateUrl: './search-facet-option.component.html',
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@@ -0,0 +1,13 @@
|
|||||||
|
@import '../../../../../../styles/variables.scss';
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: $link-color;
|
||||||
|
&:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
color: $link-hover-color;
|
||||||
|
|
||||||
|
}
|
||||||
|
span.badge {
|
||||||
|
vertical-align: text-top;
|
||||||
|
}
|
||||||
|
}
|
@@ -17,6 +17,7 @@ const rangeDelimiter = '-';
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ds-search-facet-range-option',
|
selector: 'ds-search-facet-range-option',
|
||||||
|
styleUrls: ['./search-facet-range-option.component.scss'],
|
||||||
templateUrl: './search-facet-range-option.component.html',
|
templateUrl: './search-facet-range-option.component.html',
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@@ -0,0 +1,11 @@
|
|||||||
|
@import '../../../../../../styles/variables.scss';
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: $body-color;
|
||||||
|
&:hover, &focus {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
span.badge {
|
||||||
|
vertical-align: text-top;
|
||||||
|
}
|
||||||
|
}
|
@@ -9,6 +9,7 @@ import { SearchConfigurationService } from '../../../../search-service/search-co
|
|||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ds-search-facet-selected-option',
|
selector: 'ds-search-facet-selected-option',
|
||||||
|
styleUrls: ['./search-facet-selected-option.component.scss'],
|
||||||
templateUrl: './search-facet-selected-option.component.html',
|
templateUrl: './search-facet-selected-option.component.html',
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@@ -2,15 +2,6 @@
|
|||||||
@import '../../../../../styles/mixins.scss';
|
@import '../../../../../styles/mixins.scss';
|
||||||
|
|
||||||
.filters {
|
.filters {
|
||||||
a {
|
|
||||||
color: $body-color;
|
|
||||||
&:hover, &focus {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
span.badge {
|
|
||||||
vertical-align: text-top;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.toggle-more-filters a {
|
.toggle-more-filters a {
|
||||||
color: $link-color;
|
color: $link-color;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
@@ -3,17 +3,6 @@
|
|||||||
|
|
||||||
|
|
||||||
.filters {
|
.filters {
|
||||||
a {
|
|
||||||
color: $link-color;
|
|
||||||
&:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
color: $link-hover-color;
|
|
||||||
|
|
||||||
}
|
|
||||||
span.badge {
|
|
||||||
vertical-align: text-top;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.toggle-more-filters a {
|
.toggle-more-filters a {
|
||||||
color: $link-color;
|
color: $link-color;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
@@ -2,15 +2,6 @@
|
|||||||
@import '../../../../../styles/mixins.scss';
|
@import '../../../../../styles/mixins.scss';
|
||||||
|
|
||||||
.filters {
|
.filters {
|
||||||
a {
|
|
||||||
color: $body-color;
|
|
||||||
&:hover, &focus {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
span.badge {
|
|
||||||
vertical-align: text-top;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.toggle-more-filters a {
|
.toggle-more-filters a {
|
||||||
color: $link-color;
|
color: $link-color;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
Reference in New Issue
Block a user