This website works better with JavaScript.
Explore
Home
Sign In
TheDude
/
ciphermask
Watch
1
Star
0
Fork
You've already forked ciphermask
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13823
Commits
2
Branches
1
Tag
200 MiB
Tag:
Branch:
Tree:
8eb2130487
develop
feature/default_network_editable
v10.22.3
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '8eb2130487'
${ noResults }
ciphermask
/
ui
/
components
/
app
/
token-cell
/
token-cell.scss
6 lines
84 B
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.
5 years ago
.
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>
5 years ago
&
-
-
outdated
.
list-item__heading
{
Dark Mode Part 1: Switch to Using CSS Variables (#13147)
3 years ago
color
:
var
(
--
Grey
-
500
)
;
Add Contract Tx List Item; Update Token Tx on select
7 years ago
}
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.
5 years ago
}