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.
7496
Commits
2
Branches
1
Tag
200 MiB
Tag:
Branch:
Tree:
f7ad978474
develop
feature/default_network_editable
v10.22.3
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f7ad978474'
${ noResults }
ciphermask
/
ui
/
app
/
css
/
itcss
/
base
/
index.scss
8 lines
69 B
Raw
Normal View
History
Unescape
Escape
Lint and cleanup all scss
7 years ago
// Base
Remove chrome focus outline for mouse users. (#3230)
7 years ago
.
mouse-user-styles
{
button
:
focus
{
outline
:
0
;
}
}