View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0028084 | mantisbt | ui | public | 2021-03-18 03:45 | 2021-05-13 06:58 |
Reporter | dregad | Assigned To | dregad | ||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.25.0 | ||||
Target Version | 2.25.1 | Fixed in Version | 2.25.1 | ||
Summary | 0028084: Labels for email notifications in User Prefs page appear in bold | ||||
Description | See screenshot for illustration | ||||
Additional Information | Regression introduced in MantisBT master d27ea37d, see 0027258 | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
MantisBT: master d27ea37d 2020-09-01 23:02 Details Diff |
Add <label> to form inputs To comply with WCAG standard, inputs should be associated with a label. This requires a CSS tweak CSS to ensure consistent display of labels in bold font. Fixes 0027258 |
Affected Issues 0027258, 0028084 |
|
mod - account_prof_menu_page.php | Diff File | ||
mod - css/ace-mantis.css | Diff File | ||
MantisBT: master 5615c1ba 2021-03-17 23:47 Details Diff |
Only set bold font for th > label, not td > label Regression introduced by d27ea37de79604f9e6cbbd908383085f4a5f679a. Fixes 0028084 |
Affected Issues 0028084 |
|
mod - css/ace-mantis.css | Diff File |