Improve tx-list item hover scss.

feature/default_network_editable
Dan 7 years ago committed by Chi Kei Chan
parent 17b5afb8de
commit 64f8a4d22b
  1. 6
      ui/app/css/itcss/components/transaction-list.scss

@ -73,10 +73,10 @@
.tx-list-pending-item-container {
cursor: pointer;
}
.tx-list-pending-item-container:hover {
background: $alto;
&:hover {
background: rgba($alto, .2);
}
}
.tx-list-date-wrapper {

Loading…
Cancel
Save