From 15062b80d1bb8298c6883bb8de9ceb68b5c3726c Mon Sep 17 00:00:00 2001 From: softsimon Date: Sat, 23 Mar 2024 14:08:43 +0900 Subject: [PATCH] Removing goggles icon --- .../block-overview-tooltip.component.html | 3 +-- .../block-overview-tooltip.component.scss | 6 ------ 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.html b/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.html index a00ac94eb..f0b3b5499 100644 --- a/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.html +++ b/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.html @@ -63,8 +63,7 @@ {{ activeFilters.rbf }} -
- +
Accelerated {{ filter.label }} diff --git a/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.scss b/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.scss index 89bffe84c..60e2f53a3 100644 --- a/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.scss +++ b/frontend/src/app/components/block-overview-tooltip/block-overview-tooltip.component.scss @@ -68,12 +68,6 @@ th, td { } } } - - .goggles-icon { - height: 0.9em; - margin-top: -5px; - margin-right: 0.2em; - } } @keyframes acceleratePulse {