Improve tx-list item hover scss.

This commit is contained in:
Dan 2017-09-06 09:39:04 -02:30 committed by Chi Kei Chan
parent 17b5afb8de
commit 64f8a4d22b
1 changed files with 3 additions and 3 deletions

View File

@ -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 {