View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005224 | Composr alpha bug reports | [All Projects] General / Uncategorised | public | 2022-12-31 16:41 | 2023-01-01 17:14 |
Reporter | Patrick Schmalstig | Assigned To | Chris Graham | ||
Severity | Trivial-bug | ||||
Status | resolved | Resolution | fixed | ||
Summary | 0005224: Nonsensical CSS styling for itemprop significantLinks | ||||
Description | There is nonsensical CSS styling on significantLinks to style the first column header so that the background is blue [default theme]. Without this styling, the background is light gray on the first column header, drowning out any links (link colour is based on main table header colour background, which is light, therefore first column header should also have blue [default theme] background so links are visible). | ||||
Additional Information | .columned-table[itemprop="significantLinks"] tbody tr th, .columned-table[itemprop="significantLinks"] .fake-tbody .fake-tr .fake-th { / itemprop is for precedence / background-color: {$GET,box_title_background_2} !important; color: {$GET,box_title_text_2} !important; text-align: left; } https://gitlab.com/composr-foundation/composr/-/commit/569a66cf5784d246d079ff14fb39a172d6ae041c (CALENDAR_WEEK) | ||||
Tags | No tags attached. | ||||
Sponsorship open | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2022-12-31 16:41 | Patrick Schmalstig | New Issue | |
2022-12-31 16:41 | Patrick Schmalstig | Status | non-assigned => assigned |
2022-12-31 16:41 | Patrick Schmalstig | Assigned To | => Chris Graham |
2023-01-01 17:14 | Chris Graham | Status | assigned => resolved |
2023-01-01 17:14 | Chris Graham | Resolution | open => fixed |
2023-02-26 18:29 | Chris Graham | Category | General => General / Uncategorised |