Opened 16 years ago
Closed 16 years ago
#8383 closed enhancement (fixed)
Remove code class from input fields
Reported by: | ydekproductions | Owned by: | |
---|---|---|---|
Milestone: | 2.8 | Priority: | low |
Severity: | trivial | Version: | 2.7 |
Component: | UI | Keywords: | has-patch |
Focuses: | Cc: |
Description
In the options page, a few of the <input> boxes have the class "code" applied to them causing the font to render with Consolas instead of Lucide. I don't think this is intentional because it looks kinda weird to me and it's not consistent for all text fields.
Attachments (4)
Change History (14)
#2
@
16 years ago
- Milestone 2.7 deleted
- Resolution set to wontfix
- Status changed from new to closed
- Version 2.7 deleted
Think this is intentional to render URLs with fixed width font.
#3
@
16 years ago
- Milestone set to 2.7
- Resolution wontfix deleted
- Status changed from closed to reopened
- Version set to 2.7
Even if that's the case, not all fields with the code class are places to enter in a url. And not all fields where you enter in a url have the code class.
So there's a lot of inconsistencies.
#5
@
16 years ago
- Component changed from General to UI
- Priority changed from normal to low
- Severity changed from normal to trivial
- Type changed from defect (bug) to enhancement
Refreshed patch for 2.8.
The 'code' class is now exclusive to URL fields, with the exception of the 'Comment Moderation' and 'Comment Blacklist' textareas as the monospace font helps legibility on these fields.
This change still needs to be committed to ensure consistency with fonts in form fields.