Closed
Bug 269213
Opened 20 years ago
Closed 20 years ago
CSS select:focus outline too large on combobox, extending past the right side
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 269212
People
(Reporter: aaronlev, Unassigned)
Details
This outline appears correctly, even when the combo box has focus.
select { -moz-outline: 2px solid red; }
This outline is too large, extending to the right (it does not appear when
combobox does not have focus):
select:focus { -moz-outline: 2px solid red; }
*** This bug has been marked as a duplicate of 269212 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
No longer blocks: css2outline
You need to log in
before you can comment on or make changes to this bug.
Description
•