Browse Source

fix(payments/invoices): style background on hover so user knows they can click

renovate/lint-staged-8.x
Jack Mallers 7 years ago
parent
commit
f1ed8086f5
  1. 2
      app/routes/activity/components/components/Invoices.scss
  2. 2
      app/routes/activity/components/components/Payments.scss

2
app/routes/activity/components/components/Invoices.scss

@ -85,6 +85,6 @@
cursor: pointer;
&:hover {
background: lighten($grey, 5%);
background: #f0f0f0;
}
}

2
app/routes/activity/components/components/Payments.scss

@ -86,6 +86,6 @@
cursor: pointer;
&:hover {
background: lighten($grey, 5%);
background: #f0f0f0;
}
}

Loading…
Cancel
Save