fixed mozilla focusring outline

pull/2269/head
REJack 5 years ago
parent e8ddb644a6
commit 448556d366
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888

@ -2,10 +2,6 @@
// Misc: Miscellaneous
//
a::-moz-focus-inner {
border: 0;
}
.border-transparent {
border-color: transparent !important;
}
@ -448,3 +444,13 @@ blockquote {
margin-bottom: .5rem;
padding-bottom: .5rem;
}
// Remove Firefox Focusring
a,
button,
input {
&:-moz-focusring {
border: 0;
outline: none;
}
}

@ -25701,10 +25701,6 @@ html.maximized-card {
position: relative;
}
a::-moz-focus-inner {
border: 0;
}
.border-transparent {
border-color: transparent !important;
}
@ -26477,6 +26473,13 @@ blockquote.quote-gray-dark h6 {
padding-bottom: .5rem;
}
a:-moz-focusring,
button:-moz-focusring,
input:-moz-focusring {
border: 0;
outline: none;
}
@media print {
.no-print, .main-sidebar,
.main-header,

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
Loading…
Cancel
Save