From d950d33795e836fca240546de262343e8ea5988b Mon Sep 17 00:00:00 2001 From: RuikangRPI Date: Tue, 14 Nov 2023 16:55:15 -0500 Subject: [PATCH] hover color change --- .../dropdown_profile/dropdown_profile.html | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/ACMAS/app/ACMAS_Web/components/dropdown_profile/dropdown_profile.html b/ACMAS/app/ACMAS_Web/components/dropdown_profile/dropdown_profile.html index 31cd5c8..a9112fb 100644 --- a/ACMAS/app/ACMAS_Web/components/dropdown_profile/dropdown_profile.html +++ b/ACMAS/app/ACMAS_Web/components/dropdown_profile/dropdown_profile.html @@ -11,9 +11,6 @@ #dropdown_profile_z { transform: rotate(-78deg); } -#dropdown_profile_X, #dropdown_profile_Y, #dropdown_profile_Z { - background: lightgrey; -} #dropdown_profile_X > svg { transform: rotate(282deg); /* 102 + 180, there's a bug with tooltip, X also has class rotate-180 */ } @@ -25,7 +22,7 @@ } #dropdown_profile { - clip-path: polygon(-50% 0, 60% 0, 60% 150%, -50% 150%); + clip-path: polygon(-50% 0, 70% 0, 70% 150%, -50% 150%); } #dropdown_profile_hover-zone { width: 12rem; @@ -52,7 +49,7 @@