remove dotted outlines in Firefox, fix #3712
This commit is contained in:
parent
7889f2ef5c
commit
06fd7e0d21
1 changed files with 7 additions and 0 deletions
|
@ -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 */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue