1
0
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:
Brad Decker 2020-06-15 17:36:32 -05:00 committed by GitHub
parent ad5e16cfa7
commit a6ee23cf9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

View File

@ -1,10 +1,4 @@
.transaction-list-item {
cursor: pointer;
&:hover {
background-color: $Grey-000;
}
&__primary-currency {
color: $Black-100;
}

View File

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