- Issue created by @kksandr
- Status changed to Closed: outdated
8 months ago 9:08am 2 July 2024
Hi, after upgrading to Drupal 10.3 (commit) I see light highlighting for table rows that have focus from Claro in the Gin dark theme.
Set the theme to dark and focus on an element in the table row, such as a link.
Override these styles in the Gin theme. It might be worth redefining all Claro variables since Gin is based on it, so that there will be fewer problems like this in the future.
Styles from Claro:
tr:hover,
tr:focus-within {
color: var(--color-text);
background: var(--color-bgblue-hover);
}
Issue:
None.
None.
None.
Closed: outdated
3.0
Code