#4039 closed Defect (fixed)
Incorrect CSS class set in input/radio
| Reported by: | janlb | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.1 |
| Component: | UI/UX | Version: | 1.8 |
| Severity: | minor | Keywords: | css |
| Cc: | brett@… | Difficulty: |
Description
The radio buttons' parent <ul> tag is given "elgg-input-radios" as a CSS class whereas the selector in css/elements/forms.php references "elgg-input-radio"
Change History (8)
comment:1 Changed 19 months ago by janlb
comment:2 Changed 19 months ago by janlb
Err.. the pull request is @ https://github.com/Elgg/Elgg/pull/86
comment:3 Changed 19 months ago by janlb
- Keywords css added
- Version changed from 1.7 to 1.8
comment:4 Changed 19 months ago by cash
- Component changed from Core to UI/UX
[c2997cd66f6a1495eecf9b038b5e2de5ec95d14c] fixes this ticket
comment:5 Changed 19 months ago by cash
- Milestone changed from Needs Review to Elgg 1.8.1
comment:6 Changed 19 months ago by Cash Costello
Refs #4039 updated the theming sandbox for radio button classes
Changeset: b3b165da33d96b9abf4b4603907429c488531bd3
comment:7 Changed 19 months ago by cash
- Resolution set to fixed
- Status changed from new to closed
comment:8 Changed 19 months ago by Cash Costello
Refs #4039 updated the theming sandbox for radio button classes
Changeset: b3b165da33d96b9abf4b4603907429c488531bd3
Note: See
TracTickets for help on using
tickets.

Opened a pull request @ trac.elgg.org/ticket/4039