#5224 - Nonsensical CSS styling for itemprop significantLinks

  • By
  • Added
  • 5 views
Identifier #5224
Issue type Trivial issue (does not break functionality)
Title Nonsensical CSS styling for itemprop significantLinks
Status Completed
Handling member Chris Graham
Addon General / Uncategorised
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).
Steps to reproduce

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)
Funded? No
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".

Rating

Unrated