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 --- client/src/app/menu/menu.component.scss | 4 ---- client/src/app/menu/notification.component.html | 13 +++++++++---- client/src/app/menu/notification.component.scss | 4 ++++ 3 files changed, 13 insertions(+), 8 deletions(-) (limited to 'client/src/app/menu') diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index c52af6c80..352682bfc 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss @@ -352,10 +352,6 @@ my-actor-avatar { display: flex; align-items: center; - i.glyphicon-menu-right { - opacity: .4; - } - &:hover { .hover-display-toggle { display: none; diff --git a/client/src/app/menu/notification.component.html b/client/src/app/menu/notification.component.html index 5aa834f36..890b086f1 100644 --- a/client/src/app/menu/notification.component.html +++ b/client/src/app/menu/notification.component.html @@ -24,14 +24,19 @@
+ > + + + + > + +
diff --git a/client/src/app/menu/notification.component.scss b/client/src/app/menu/notification.component.scss index 3515c3e19..7f72c98d1 100644 --- a/client/src/app/menu/notification.component.scss +++ b/client/src/app/menu/notification.component.scss @@ -119,6 +119,10 @@ color: rgba(20, 20, 20, 0.8); } } + + my-global-icon { + width: 20px; + } } .all-notifications { -- cgit v1.2.3