From a370848db67de9b9383e3b971f58fcdd4f787a01 Mon Sep 17 00:00:00 2001 From: Juan Date: Sat, 29 Apr 2023 07:34:54 -0700 Subject: [PATCH] #6120 Added pointer to dropdown in PopoverContent (#6180) --- frontend/src/_styles/popover.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/_styles/popover.scss b/frontend/src/_styles/popover.scss index 4ef58993eb..fee9c23cb6 100644 --- a/frontend/src/_styles/popover.scss +++ b/frontend/src/_styles/popover.scss @@ -9,6 +9,10 @@ box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03); border-radius: 0 8px 8px 0; overflow: auto; + + select { + cursor: pointer; + } } .PopoverContent-dark {