From 77c002f07f9aef80381f66846e4caa572e1903be Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 10 Jun 2024 11:46:26 +0200 Subject: [PATCH] Fix video filter pastille accessibility --- .../video-filters-header.component.html | 14 ++++++++++---- .../video-filters-header.component.scss | 11 ++++++++--- 2 files changed, 18 insertions(+), 7 deletions(-) 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); + } } }