Opened 18 years ago
Closed 17 years ago
#8383 closed enhancement (fixed)
Remove code class from input fields
| Reported by: | ydekproductions | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 2.8 |
| Component: | UI | Version: | 2.7 |
| Severity: | trivial | Keywords: | has-patch |
| Cc: | Focuses: |
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
@
18 years ago
- Milestone 2.7
- Resolution → wontfix
- Status new → closed
- Version 2.7
Think this is intentional to render URLs with fixed width font.
#3
@
18 years ago
- Milestone → 2.7
- Resolution wontfix
- Status closed → reopened
- Version → 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
@
17 years ago
- Component General → UI
- Priority normal → low
- Severity normal → trivial
- Type defect (bug) → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This change still needs to be committed to ensure consistency with fonts in form fields.