Skip to content

Conversation

@marzzuki
Copy link
Contributor

@marzzuki marzzuki commented Sep 1, 2025

Fixes #129

@AliOsm
Copy link
Member

AliOsm commented Sep 3, 2025

What do you think about using var(--accent) and remove .dark selector? Something like:

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--accent) inset !important;
  -webkit-text-fill-color: var(--foreground) !important;
  caret-color: var(--foreground) !important;
  transition: background-color 9999s ease-in-out 0s, color 9999s ease-in-out 0s;
}

Also:

  • Is the transition important?
  • Is it working on all browsers?
  • is there a webkit specific caret color attribute?

@AliOsm AliOsm force-pushed the main branch 9 times, most recently from 92ff8e4 to f753218 Compare September 13, 2025 11:57
@AliOsm AliOsm force-pushed the main branch 19 times, most recently from fd335de to b624e79 Compare September 15, 2025 15:32
@AliOsm AliOsm force-pushed the main branch 5 times, most recently from a444d61 to be4bb9f Compare September 16, 2025 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

تغيير لون البحث عند اختيار إقتراح في الليلي

2 participants