mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
add hover style to list-item (#8813)
This commit is contained in:
parent
ad5e16cfa7
commit
a6ee23cf9a
@ -1,10 +1,4 @@
|
||||
.transaction-list-item {
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
background-color: $Grey-000;
|
||||
}
|
||||
|
||||
&__primary-currency {
|
||||
color: $Black-100;
|
||||
}
|
||||
|
@ -15,6 +15,11 @@
|
||||
'icon sub sub sub sub sub sub sub right right right right'
|
||||
'. actions actions actions actions actions actions actions right right right right';
|
||||
align-items: start;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
background-color: $Grey-000;
|
||||
}
|
||||
|
||||
&__icon {
|
||||
grid-area: icon;
|
||||
|
Loading…
Reference in New Issue
Block a user