mirror of https://github.com/ColorlibHQ/AdminLTE
fixed mozilla outline bug
parent
fb77bcb178
commit
6cb3427fb8
|
@ -6,6 +6,15 @@
|
|||
height: 100vh;
|
||||
overflow-y: hidden;
|
||||
z-index: $zindex-main-sidebar;
|
||||
|
||||
// Remove Firefox Focusring
|
||||
a {
|
||||
&:-moz-focusring {
|
||||
border: 0;
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
|
|
|
@ -444,13 +444,3 @@ blockquote {
|
|||
margin-bottom: .5rem;
|
||||
padding-bottom: .5rem;
|
||||
}
|
||||
|
||||
// Remove Firefox Focusring
|
||||
a,
|
||||
button,
|
||||
input.btn {
|
||||
&:-moz-focusring {
|
||||
border: 0;
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11537,6 +11537,11 @@ body.sidebar-collapse:not(.sidebar-mini-md):not(.sidebar-mini) .main-header::bef
|
|||
z-index: 1038;
|
||||
}
|
||||
|
||||
.main-sidebar a:-moz-focusring {
|
||||
border: 0;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
height: calc(100% - 4rem);
|
||||
overflow-y: auto;
|
||||
|
@ -26497,13 +26502,6 @@ blockquote.quote-gray-dark h6 {
|
|||
padding-bottom: .5rem;
|
||||
}
|
||||
|
||||
a:-moz-focusring,
|
||||
button:-moz-focusring,
|
||||
input.btn:-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