Closed
Bug 1559607
Opened 6 years ago
Closed 6 years ago
Toggle-able buttons are 14px high, should be 16px high
Categories
(DevTools :: Shared Components, defect)
DevTools
Shared Components
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: fvsch, Unassigned)
Details
Toggle buttons redesigned in bug 1525039 are a bit too short — 14px instead of 16px.
Mockup: https://mozilla.invisionapp.com/share/2XEEY0RYA#/screens/263398480
The horizontal padding seems a bit too small too.
A possible fix seems to be:
.devtools-togglebutton {
- padding: 0 4px;
+ padding: 1px 5px;
+ font-size: 11px;
+ line-height: 14px;
}
Comment 1•6 years ago
|
||
The priority flag is not set for this bug.
:ladybenko, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(balbeza)
Reporter | ||
Comment 2•6 years ago
|
||
Just checked, and this was fixed in another bug a few days after I filed this one.
Status: NEW → RESOLVED
Closed: 6 years ago
Flags: needinfo?(balbeza)
Resolution: --- → WORKSFORME
Assignee | ||
Updated•3 years ago
|
Component: CSS and Themes → Shared Components
You need to log in
before you can comment on or make changes to this bug.
Description
•