Skip to content

Commit 3bc783f

Browse files
authored
Merge pull request #5637 from atmire/fix-safari-animations-10.0.0-next
Fix search facets slide animation in safari
2 parents feeb6ad + 16db8b7 commit 3bc783f

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
@@ -12,6 +12,7 @@ import { renderFilterType } from '../search-filter-type-decorator';
1212

1313
@Component({
1414
selector: 'ds-search-facet-filter-wrapper',
15+
styleUrls: ['./search-facet-filter-wrapper.component.scss'],
1516
templateUrl: '../../../../abstract-component-loader/abstract-component-loader.component.html',
1617
imports: [
1718
DynamicComponentLoaderDirective,

0 commit comments

Comments
 (0)