From 931d3430184143ebd88e5243def6eb1d7acfdbf4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 28 Apr 2021 16:41:07 +0200 Subject: Move to stylelint --- client/src/app/shared/shared-main/misc/help.component.scss | 11 +++++------ .../app/shared/shared-main/misc/list-overflow.component.html | 8 ++++---- .../app/shared/shared-main/misc/list-overflow.component.scss | 6 +++--- 3 files changed, 12 insertions(+), 13 deletions(-) (limited to 'client/src/app/shared/shared-main/misc') diff --git a/client/src/app/shared/shared-main/misc/help.component.scss b/client/src/app/shared/shared-main/misc/help.component.scss index ccc91ffab..68d7ad48f 100644 --- a/client/src/app/shared/shared-main/misc/help.component.scss +++ b/client/src/app/shared/shared-main/misc/help.component.scss @@ -2,20 +2,19 @@ @import '_mixins'; .help-tooltip-button { - cursor: pointer; - border: none; + @include disable-outline; + cursor: pointer; + border: 0; margin: 5px; my-global-icon { + @include apply-svg-color(pvar(--greyForegroundColor)); + width: 17px; position: relative; top: -1px; - - @include apply-svg-color(pvar(--greyForegroundColor)) } - - @include disable-outline; } ::ng-deep { diff --git a/client/src/app/shared/shared-main/misc/list-overflow.component.html b/client/src/app/shared/shared-main/misc/list-overflow.component.html index 986572801..b2e0982f1 100644 --- a/client/src/app/shared/shared-main/misc/list-overflow.component.html +++ b/client/src/app/shared/shared-main/misc/list-overflow.component.html @@ -2,19 +2,19 @@ - + - +