The outline is not placed correct on inline-elements in Firefox. There is a space between background and outline.
Any suggestions to avoid that?
strong
{
background: #3690f0;
color: white;
outline: 1px solid black;
}
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Firefox has a bug in drawing outline (see more here: https://bugzilla.mozilla.org/show_bug.cgi?id=480888). You can workaround utilizing box-shadow: