Skip to content

Commit

Permalink
Add pointer cursor to clickable elements.
Browse files Browse the repository at this point in the history
  • Loading branch information
lublagg committed Jan 30, 2024
1 parent adb4cfb commit 3f4950f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/attribute-filter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -189,6 +190,7 @@ table tr:nth-child(even) {
background-color: #fff;
font-size: 12px;
font-weight: 500;
cursor: pointer;

&.reset {
border: none;
Expand Down
2 changes: 2 additions & 0 deletions src/components/date-range/calendar-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
Expand Down
2 changes: 2 additions & 0 deletions src/components/info-modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ $teal-dark: #177991;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Montserrat', sans-serif;
cursor: pointer;
}
}
}
3 changes: 3 additions & 0 deletions src/components/location-picker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
flex-direction: row;
align-items: center;
max-width: 245px;
cursor: pointer;

.station-distance {
font-style: italic;
Expand Down Expand Up @@ -78,6 +79,7 @@
justify-content: space-between;
padding: 2px 0;
gap: 4px;
cursor: pointer;

.station-name {
overflow: hidden;
Expand Down Expand Up @@ -223,6 +225,7 @@
padding: 0;
top: 0;
right: 12px;
cursor: pointer;
}
}
}

0 comments on commit 3f4950f

Please sign in to comment.