Skip to content

Commit

Permalink
Updates to hover state on complaint list
Browse files Browse the repository at this point in the history
  • Loading branch information
afwilcox committed Oct 18, 2023
1 parent 0c0dfac commit 1635ec9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions frontend/src/assets/sass/complaint.scss
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,14 @@
tbody {
font-weight: normal;

tr {
cursor: pointer;
}

tr:hover {
background-color: $gray-110;
}

td {
border-color: #8c8c8c;
}
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/assets/sass/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
}

.comp-side-bar {
background-color: $grey-110;
background-color: $gray-110;
position: absolute;
bottom: 0px;
left: 0px;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/assets/sass/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $bc-standard-13: #ecc51d !default;
/* grayscale */
$gray-60: #656565;
$gray-100: #f1f1f1 !default;
$grey-110: #f8f9fa !default;
$gray-110: #f8f9fa !default;
$gray-200: #e4e4e4 !default;
$gray-300: #c7c7c7 !default;
$gray-310: #b9b9b9 !default;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/assets/sass/zone-at-a-glance.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.comp-zag-container {
display: flex;

background-color: $grey-110;
background-color: $gray-110;

.comp-zag-banner {
width: 355px;
Expand Down

0 comments on commit 1635ec9

Please sign in to comment.