diff --git a/client/src/app/shared/shared-video-miniature/video-filters-header.component.html b/client/src/app/shared/shared-video-miniature/video-filters-header.component.html index a91aa26c0..b6258fb25 100644 --- a/client/src/app/shared/shared-video-miniature/video-filters-header.component.html +++ b/client/src/app/shared/shared-video-miniature/video-filters-header.component.html @@ -23,8 +23,8 @@ - + + .remove-button { @include margin-left(10px); - width: 16px; - color: pvar(--greyForegroundColor); + border: 0; + padding: 0; + + my-global-icon { + width: 16px; + color: pvar(--greyForegroundColor); + } } }