mirror of https://github.com/ColorlibHQ/AdminLTE
removed mozilla dotted border from focus links
parent
e7d646cba1
commit
e8ddb644a6
|
@ -2,6 +2,10 @@
|
|||
// Misc: Miscellaneous
|
||||
//
|
||||
|
||||
a::-moz-focus-inner {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.border-transparent {
|
||||
border-color: transparent !important;
|
||||
}
|
||||
|
|
|
@ -25701,6 +25701,10 @@ html.maximized-card {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
a::-moz-focus-inner {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.border-transparent {
|
||||
border-color: transparent !important;
|
||||
}
|
||||
|
|
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