mirror of https://github.com/ColorlibHQ/AdminLTE
fixed focus border in mozilla (bug with focusring removal)
parent
d5404fb1f3
commit
54adf72cd3
|
@ -448,7 +448,7 @@ blockquote {
|
|||
// Remove Firefox Focusring
|
||||
a,
|
||||
button,
|
||||
input {
|
||||
input.btn {
|
||||
&:-moz-focusring {
|
||||
border: 0;
|
||||
outline: none;
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue