View Issue Details

IDProjectCategoryView StatusLast Update
0005224Composr alpha bug reports[All Projects] General / Uncategorisedpublic2023-01-01 17:14
ReporterPatrick SchmalstigAssigned ToChris Graham 
SeverityTrivial-bug 
Status resolvedResolutionfixed 
Summary0005224: Nonsensical CSS styling for itemprop significantLinks
DescriptionThere 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)
TagsNo tags attached.
Sponsorship open

Activities

There are no notes attached to this issue.

Issue History

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