This website requires JavaScript.
Explore
Help
Register
Sign In
m
/
metamask-extension
Watch
1
Star
0
Fork
0
You've already forked metamask-extension
mirror of
https://github.com/kremalicious/metamask-extension.git
synced
2024-11-23 18:41:38 +01:00
Code
7609841902
metamask-extension
/
ui
/
components
/
app
/
token-cell
/
token-cell.scss
6 lines
78 B
SCSS
Raw
Normal View
History
Unescape
Escape
Move TokenCell styles alongside component (#8257) The styles for the TokenCell component have been moved to be alongside the component. They have also been renamed from `token-list-item` to match the component name.
2020-03-31 04:44:10 +02:00
.
token-cell
{
refactor asset-list-item to use list-item component (#8725) * refactor asset items to use list-item Refactors the asset-list-item and token-cell to rely on the list-item component for UI. Little changes were needed to the list-item code to make this work! The result should be lots of eliminated code Co-authored-by: Mark Stacey <markjstacey@gmail.com>
2020-06-03 19:50:12 +02:00
&
-
-
outdated
.
list-item__heading
{
Update asset list styles (#8591) The asset list has been updated to more closely match the new designs. There are still a few major differences (e.g. the selection state, the token menu) that can't be implemented until the asset screen has been implemented. The background color of the selected asset has been lightened, so that it's less jarring until we remove it.
2020-05-14 14:49:50 +02:00
color
:
$Grey-500
;
Add Contract Tx List Item; Update Token Tx on select
2017-09-07 12:14:53 +02:00
}
Move TokenCell styles alongside component (#8257) The styles for the TokenCell component have been moved to be alongside the component. They have also been renamed from `token-list-item` to match the component name.
2020-03-31 04:44:10 +02:00
}
Copy Permalink