fixed mozilla focusring outline

pull/2269/head
REJack 2019-10-30 12:22:34 +01:00
parent e8ddb644a6
commit 448556d366
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
5 changed files with 20 additions and 11 deletions

View File

@ -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;
}
}

11
dist/css/adminlte.css vendored
View File

@ -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