Skip to content

Commit

Permalink
Set input--actor icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaronixon committed Oct 15, 2024
1 parent 130232a commit bde0c4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- Fix tab hover on dark mode
- Fix menu and command hover on dark mode
- Adjust menu component
- Set input--actor icon color

## [0.0.46] - 2024-10-14
- Dont select first dropdown item on open
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
border: 0; inline-size: 100%; outline: 0;
}

img:not([class]) {
filter: var(--input-icon-color, var(--color-filter-text));
}

&:focus-within {
outline: var(--input-outline-size, 2px) solid var(--color-selected-dark);
outline-offset: var(--border-2);
Expand Down

0 comments on commit bde0c4d

Please sign in to comment.