Skip to content

Commit

Permalink
Bug 1747711 - Set margin instead of padding on "Submit Feedback" link…
Browse files Browse the repository at this point in the history
… to fix weird outline on focus. r=amy

Differential Revision: https://phabricator.services.mozilla.com/D134710
  • Loading branch information
daogottwald committed Jan 6, 2022
1 parent cd67315 commit 902450f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions browser/base/content/aboutDialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,16 @@ image.update-throbber {
}
}

description > .text-link,
description > .text-link:focus {
description > .text-link {
margin: 0;
padding: 0;
}

#submit-feedback {
padding-inline-start: 10px;
margin-inline-start: .9em;
}

.bottom-link,
.bottom-link:focus {
.bottom-link {
text-align: center;
margin: 0 40px;
}
Expand Down

0 comments on commit 902450f

Please sign in to comment.