1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Remove highlight on modal

This commit is contained in:
Dan 2017-09-06 08:58:47 -02:30 committed by Chi Kei Chan
parent 61b965fe14
commit b8b0c8c62a

View File

@ -1,3 +1,7 @@
.modal > div:focus {
outline: none !important;
}
// Buy Modal
.buy-modal-content {
flex-direction: column;