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

Add border none for moz-focus-inner (#8217)

This commit is contained in:
ricky 2020-03-19 12:44:20 -04:00 committed by GitHub
parent ba18f600fb
commit 84806bed9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -37,9 +37,6 @@
margin: 10px; margin: 10px;
background: none; background: none;
padding: 0; padding: 0;
&::-moz-focus-inner {
border: none;
}
} }
} }

View File

@ -138,6 +138,9 @@ table {
button { button {
border-style: none; border-style: none;
cursor: pointer; cursor: pointer;
&::-moz-focus-inner {
border: none;
}
} }
/* stylelint-enable */ /* stylelint-enable */