mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-21 00:40:09 +00:00
fix(app css): remove outline on buttons
This commit is contained in:
parent
8a737ca0fc
commit
6b3582fa0c
@ -1,3 +1,8 @@
|
||||
#root {
|
||||
width: 100%;
|
||||
}
|
||||
*,
|
||||
*:focus,
|
||||
*:hover {
|
||||
outline: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user