From 3f4950f9282c045312d4c0d3f75e7cbc58abc28e Mon Sep 17 00:00:00 2001 From: lublagg Date: Tue, 30 Jan 2024 17:51:46 -0500 Subject: [PATCH] Add pointer cursor to clickable elements. --- src/components/attribute-filter.scss | 2 ++ src/components/date-range/calendar-header.scss | 2 ++ src/components/info-modal.scss | 2 ++ src/components/location-picker.scss | 3 +++ 4 files changed, 9 insertions(+) diff --git a/src/components/attribute-filter.scss b/src/components/attribute-filter.scss index 534f9da..6f0d36d 100644 --- a/src/components/attribute-filter.scss +++ b/src/components/attribute-filter.scss @@ -124,6 +124,7 @@ table tr:nth-child(even) { flex-direction: row; align-items: center; justify-content: flex-end; + cursor: pointer; .filter-operator{ font-family: "Montserrat", sans-serif; @@ -189,6 +190,7 @@ table tr:nth-child(even) { background-color: #fff; font-size: 12px; font-weight: 500; + cursor: pointer; &.reset { border: none; diff --git a/src/components/date-range/calendar-header.scss b/src/components/date-range/calendar-header.scss index def4b37..02e0bff 100644 --- a/src/components/date-range/calendar-header.scss +++ b/src/components/date-range/calendar-header.scss @@ -44,10 +44,12 @@ border-radius: 3px; height: 18px; box-sizing: border-box; + cursor: pointer; &.year { padding: 1px 5px; background-color: white; font-family: "Roboto", sans-serif; + cursor: default; } } } diff --git a/src/components/info-modal.scss b/src/components/info-modal.scss index bba07ba..6894ffd 100644 --- a/src/components/info-modal.scss +++ b/src/components/info-modal.scss @@ -56,6 +56,8 @@ $teal-dark: #177991; display: flex; align-items: center; justify-content: center; + font-family: 'Montserrat', sans-serif; + cursor: pointer; } } } diff --git a/src/components/location-picker.scss b/src/components/location-picker.scss index c0b72ac..07ceb9c 100644 --- a/src/components/location-picker.scss +++ b/src/components/location-picker.scss @@ -34,6 +34,7 @@ flex-direction: row; align-items: center; max-width: 245px; + cursor: pointer; .station-distance { font-style: italic; @@ -78,6 +79,7 @@ justify-content: space-between; padding: 2px 0; gap: 4px; + cursor: pointer; .station-name { overflow: hidden; @@ -223,6 +225,7 @@ padding: 0; top: 0; right: 12px; + cursor: pointer; } } }