Skip to content

Commit 712ca87

Browse files
authored
Merge pull request DSpace#5638 from atmire/fix-safari-animations-7.x
[Port dspace-7_x] Fix search facets slide animation in safari
2 parents 540fbaf + 3ea4944 commit 712ca87

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
:host {
2+
display: block;
3+
}

src/app/shared/search/search-filters/search-filter/search-facet-filter-wrapper/search-facet-filter-wrapper.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import { BehaviorSubject } from 'rxjs';
1414

1515
@Component({
1616
selector: 'ds-search-facet-filter-wrapper',
17+
styleUrls: ['./search-facet-filter-wrapper.component.scss'],
1718
templateUrl: './search-facet-filter-wrapper.component.html'
1819
})
1920

0 commit comments

Comments
 (0)