fixed focus border in mozilla (bug with focusring removal)

pull/2269/head
REJack 2019-11-01 10:21:25 +01:00
parent d5404fb1f3
commit 54adf72cd3
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
5 changed files with 5 additions and 5 deletions

View File

@ -448,7 +448,7 @@ blockquote {
// Remove Firefox Focusring
a,
button,
input {
input.btn {
&:-moz-focusring {
border: 0;
outline: none;

View File

@ -26485,7 +26485,7 @@ blockquote.quote-gray-dark h6 {
a:-moz-focusring,
button:-moz-focusring,
input:-moz-focusring {
input.btn:-moz-focusring {
border: 0;
outline: none;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long