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:
parent
17b5afb8de
commit
64f8a4d22b
@ -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…
Reference in New Issue
Block a user