removed mozilla dotted border from focus links

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

View File

@ -2,6 +2,10 @@
// Misc: Miscellaneous
//
a::-moz-focus-inner {
border: 0;
}
.border-transparent {
border-color: transparent !important;
}

View File

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