Incorrect highlighting of table rows with focus

Created on 2 July 2024, 8 months ago

Problem/Motivation

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.

Steps to reproduce

Set the theme to dark and focus on an element in the table row, such as a link.

Proposed resolution

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:

Remaining tasks

  1. Fix.

User interface changes

None.

API changes

None.

Data model changes

None.

🐛 Bug report
Status

Closed: outdated

Version

3.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024