From 93c728a25a87cf6dae5fc49d42d6af52ff7f7ff2 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 13 Jun 2022 10:14:03 +0200 Subject: Replace all glyphicon icons --- .../src/app/shared/shared-tables/table-expander-icon.component.ts | 2 +- client/src/app/shared/shared-tables/video-cell.component.scss | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) (limited to 'client/src/app/shared/shared-tables') diff --git a/client/src/app/shared/shared-tables/table-expander-icon.component.ts b/client/src/app/shared/shared-tables/table-expander-icon.component.ts index 3756b475a..66bbfe6fb 100644 --- a/client/src/app/shared/shared-tables/table-expander-icon.component.ts +++ b/client/src/app/shared/shared-tables/table-expander-icon.component.ts @@ -4,7 +4,7 @@ import { Component, Input } from '@angular/core' selector: 'my-table-expander-icon', template: ` - + ` }) export class TableExpanderIconComponent { diff --git a/client/src/app/shared/shared-tables/video-cell.component.scss b/client/src/app/shared/shared-tables/video-cell.component.scss index 7efb61502..5d26b02ef 100644 --- a/client/src/app/shared/shared-tables/video-cell.component.scss +++ b/client/src/app/shared/shared-tables/video-cell.component.scss @@ -59,13 +59,6 @@ color: pvar(--mainForegroundColor); line-height: 1rem; - div .glyphicon { - @include margin-left(0.1rem); - - font-size: 80%; - color: #808080; - } - div + div { color: var(--greyForegroundColor); font-size: 11px; -- cgit v1.2.3