mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Improve tx-list item hover scss.
This commit is contained in:
parent
17b5afb8de
commit
64f8a4d22b
@ -73,10 +73,10 @@
|
|||||||
|
|
||||||
.tx-list-pending-item-container {
|
.tx-list-pending-item-container {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
|
||||||
|
|
||||||
.tx-list-pending-item-container:hover {
|
&:hover {
|
||||||
background: $alto;
|
background: rgba($alto, .2);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tx-list-date-wrapper {
|
.tx-list-date-wrapper {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user