This website requires JavaScript.
Explore
Help
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-29 07:16:36 +01:00
Code
b874a301f5
metamask-extension
/
ui
/
components
/
app
/
token-cell
/
token-cell.scss
6 lines
98 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
{
Dark Mode: Replace color occurences (#14112)
2022-03-23 16:43:53 +01:00
color
:
var
(
--
color
-
text
-
alternative
)
;
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