mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 02:58:09 +01:00
8 lines
69 B
SCSS
8 lines
69 B
SCSS
// Base
|
|
|
|
.mouse-user-styles {
|
|
button:focus {
|
|
outline: 0;
|
|
}
|
|
}
|