Skip to content
Snippets Groups Projects
Commit 06fd7e0d authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

remove dotted outlines in Firefox, fix #3712

parent 7889f2ef
No related branches found
No related tags found
No related merge requests found
......@@ -664,3 +664,10 @@ button.loading {
background-position: right 10px center; background-repeat: no-repeat;
padding-right: 30px;
}
/* ---- BROWSER-SPECIFIC FIXES ---- */
::-moz-focus-inner {
border: 0; /* remove dotted outlines in Firefox */
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment