Opened 2 years ago
Closed 2 years ago
#3471 closed Enhancement (fixed)
should helpers css be included last
| Reported by: | cash | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.0 |
| Component: | UI/UX | Version: | Github Master |
| Severity: | minor | Keywords: | |
| Cc: | brett@… | Difficulty: | trivial |
Description
I occasionally try to use a helper to override a current style and it never works because helpers appear near the top of the css file.
Change History (5)
comment:1 Changed 2 years ago by ewinslow
comment:2 Changed 2 years ago by brettp
- Difficulty set to trivial
- Milestone changed from Needs Review to Elgg 1.8
+1 at the top. I run into this often enough I'd like to see it in 1.8.0.
comment:3 Changed 2 years ago by cash
Brett - not sure what "at the top" means in this context.
comment:4 Changed 2 years ago by brettp
Sorry, I meant I'd like to have them moved to the bottom of the CSS.
comment:5 Changed 2 years ago by Cash Costello
- Resolution set to fixed
- Status changed from new to closed
Fixes #3471 moved helpers to end of css/elgg
Changeset: e4fca34f791e3cfa9a872d7cb6faa197d2019e03
Note: See
TracTickets for help on using
tickets.

or use !important. But I'd prefer just loading them last.