Merge pull request #382 from atmire/search-performance-bugfix

Fixed facets UI issue
This commit is contained in:
Tim Donohue
2019-04-15 12:02:42 -05:00
committed by GitHub
10 changed files with 38 additions and 38 deletions

View File

@@ -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;

View File

@@ -0,0 +1,11 @@
@import '../../../../../../styles/variables.scss';
a {
color: $body-color;
&:hover, &focus {
text-decoration: none;
}
span.badge {
vertical-align: text-top;
}
}

View File

@@ -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',
})

View File

@@ -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;
}
}

View File

@@ -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',
})

View File

@@ -0,0 +1,11 @@
@import '../../../../../../styles/variables.scss';
a {
color: $body-color;
&:hover, &focus {
text-decoration: none;
}
span.badge {
vertical-align: text-top;
}
}

View File

@@ -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',
})

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;