mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 22:13:02 +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';
|
||||
|
||||
.filters {
|
||||
a {
|
||||
color: $body-color;
|
||||
&:hover, &focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
span.badge {
|
||||
vertical-align: text-top;
|
||||
}
|
||||
}
|
||||
.toggle-more-filters a {
|
||||
color: $link-color;
|
||||
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({
|
||||
selector: 'ds-search-facet-option',
|
||||
styleUrls: ['./search-facet-option.component.scss'],
|
||||
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({
|
||||
selector: 'ds-search-facet-range-option',
|
||||
styleUrls: ['./search-facet-range-option.component.scss'],
|
||||
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({
|
||||
selector: 'ds-search-facet-selected-option',
|
||||
styleUrls: ['./search-facet-selected-option.component.scss'],
|
||||
templateUrl: './search-facet-selected-option.component.html',
|
||||
})
|
||||
|
||||
|
@@ -2,15 +2,6 @@
|
||||
@import '../../../../../styles/mixins.scss';
|
||||
|
||||
.filters {
|
||||
a {
|
||||
color: $body-color;
|
||||
&:hover, &focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
span.badge {
|
||||
vertical-align: text-top;
|
||||
}
|
||||
}
|
||||
.toggle-more-filters a {
|
||||
color: $link-color;
|
||||
text-decoration: underline;
|
||||
|
@@ -3,17 +3,6 @@
|
||||
|
||||
|
||||
.filters {
|
||||
a {
|
||||
color: $link-color;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
color: $link-hover-color;
|
||||
|
||||
}
|
||||
span.badge {
|
||||
vertical-align: text-top;
|
||||
}
|
||||
}
|
||||
.toggle-more-filters a {
|
||||
color: $link-color;
|
||||
text-decoration: underline;
|
||||
|
@@ -2,15 +2,6 @@
|
||||
@import '../../../../../styles/mixins.scss';
|
||||
|
||||
.filters {
|
||||
a {
|
||||
color: $body-color;
|
||||
&:hover, &focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
span.badge {
|
||||
vertical-align: text-top;
|
||||
}
|
||||
}
|
||||
.toggle-more-filters a {
|
||||
color: $link-color;
|
||||
text-decoration: underline;
|
||||
|
Reference in New Issue
Block a user