mirror of https://github.com/ColorlibHQ/AdminLTE
fixed mozilla focusring outline
parent
e8ddb644a6
commit
448556d366
|
@ -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…
Reference in New Issue