Native browser icons are black in dark mode

Created on 25 January 2023, over 1 year ago
Updated 10 February 2023, over 1 year ago

Problem/Motivation

Date / time fields that assume native browser styling - and feature calendar/clock icons - in dark mode these icons are black

Steps to reproduce

date, datetime field in dark mode - anywhere

Proposed resolution

add css as appropriate

required:

.gin--dark-mode {
input {
color-scheme: dark;
}
}

Remaining tasks

add a style as above

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Fixed

Version

3.0

Component

Code

Created by

🇬🇧United Kingdom masterperoo

Live updates comments and jobs are added and updated live.
  • CSS

    It involves the content or handling of Cascading Style Sheets.

Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024