From eb7f3eaa010d054c31eeba03a594de1e859b2b7f Mon Sep 17 00:00:00 2001 From: Ivo Almeida Date: Mon, 20 May 2024 15:29:40 +0100 Subject: [PATCH] fixed active styles for navigation items --- .../navigation/navigation.component.html | 54 +++++++++---------- .../mgr/dashboard/frontend/src/styles.scss | 6 --- 2 files changed, 27 insertions(+), 33 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html b/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html index 44c0a55e82450..5ee93ba61918b 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html @@ -134,7 +134,7 @@
- + Dashboard @@ -142,53 +142,53 @@ - Overview - Manager Cluster + Overview + Manager Cluster - Pools - Hosts - OSDs - Physical Disks - CRUSH Map - Monitors + Pools + Hosts + OSDs + Physical Disks + CRUSH Map + Monitors - Images - Mirroring + Images + Mirroring {{ summaryData?.rbd_mirroring?.warnings }} {{ summaryData?.rbd_mirroring?.errors }} - iSCSI + iSCSI - Overview - Buckets - Users - Multi-site - Gateways - NFS + Overview + Buckets + Users + Multi-site + Gateways + NFS - File Systems - NFS + File Systems + NFS - Logs - + Logs + Alerts {{ prometheusAlertService.activeCriticalAlerts }} @@ -199,11 +199,11 @@ - Services - Upgrade - Ceph Users - Manager Modules - Configuration + Services + Upgrade + Ceph Users + Manager Modules + Configuration
diff --git a/src/pybind/mgr/dashboard/frontend/src/styles.scss b/src/pybind/mgr/dashboard/frontend/src/styles.scss index e112e299fa522..a51174c8c6c13 100644 --- a/src/pybind/mgr/dashboard/frontend/src/styles.scss +++ b/src/pybind/mgr/dashboard/frontend/src/styles.scss @@ -179,12 +179,6 @@ tags-input .tags { pointer-events: none; } -a { - &:hover { - text-decoration: underline; - } -} - .clickable, a { cursor: pointer; -- 2.39.5