#3624 closed Defect (fixed)
consistently extend classes for elgg-input-*
| Reported by: | cash | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | Elgg 1.8.0 |
| Component: | UI/UX | Version: | Github Master |
| Severity: | minor | Keywords: | |
| Cc: | brett@… | Difficulty: | easy |
Description
for the input/* views, we override the default class when the class begins with 'elgg-input-' and extend the class if it does not (elgg-form and elgg-button are the two classes that get extended).
input/date and input/radio currently do not follow that convention ad extend the css class
Change History (3)
comment:1 Changed 23 months ago by cash
- Summary changed from consistently override classes for elgg-input-* to consistently extend classes for elgg-input-*
comment:2 Changed 23 months ago by Cash Costello
- Resolution set to fixed
- Status changed from new to closed
Fixes #3624 input views use class extending rather than overriding
Changeset: f5f3f205e97c2a3219897dd14de7d57659ce1181
comment:3 Changed 23 months ago by cash
Refs #3624 fixed radio button value detection
Changeset: b7bcc8404b9385ac70a8e9a62feba4e97f82b7ae
Note: See
TracTickets for help on using
tickets.

We decided to extend the classes to be consistent with the rest of Elgg's views