1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 18:41:38 +01:00

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

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 {