author | Csoregi Natalia <ncsoregi@mozilla.com> |
Tue, 18 Aug 2020 23:58:20 +0300 | |
changeset 609843 | ae1856c03c2b2e5b1ea4e20b9366777c2e1f130a |
parent 609842 | 8ede6180a0d054f3bca8957c6bcd26d5339eeedb |
child 609844 | 1434cd0e765bb386bf50a41090747a9d67dcc050 |
push id | 13553 |
push user | ffxbld-merge |
push date | Mon, 24 Aug 2020 12:51:36 +0000 |
treeherder | mozilla-beta@a54f8b5d0977 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 1659010 |
milestone | 81.0a1 |
backs out | 87d6f9aae898d6f3f2d61300ec8f78cd4f533192 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/toolkit/components/printing/content/print.css +++ b/toolkit/components/printing/content/print.css @@ -160,20 +160,16 @@ input[type="radio"]:not(:disabled):focus /* offset outline to align with 1px border-width set for buttons/menulists above. */ outline-offset: -1px; /* Make outline-radius slightly bigger than the border-radius set above, * to make the thicker outline corners look smooth */ -moz-outline-radius: 50%; box-shadow: 0 0 0 4px var(--in-content-border-active-shadow); } -input[type="radio"]:disabled { - opacity: 0.5; -} - input[type="number"], input[type="text"] { padding: 2px; padding-inline-start: 4px; outline: none !important; } .toggle-group-label {