diff options
| author | David Hill <[email protected]> | 2025-12-23 19:28:33 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-23 13:28:33 -0600 |
| commit | ae7286c031c2ba490394eee30aa04283422cb159 (patch) | |
| tree | 425a11caa0d8ff92135b8e59b7efc09fb26c8a72 /packages/ui/src/components | |
| parent | 52048c327dfa4cb7a44d8004413e3bb9c2dd3836 (diff) | |
| download | opencode-ae7286c031c2ba490394eee30aa04283422cb159.tar.gz opencode-ae7286c031c2ba490394eee30aa04283422cb159.zip | |
"Did you know?" start screen tips (#5982)
Co-authored-by: Aiden Cline <[email protected]>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <[email protected]>
Co-authored-by: Aiden Cline <[email protected]>
Diffstat (limited to 'packages/ui/src/components')
| -rw-r--r-- | packages/ui/src/components/list.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/ui/src/components/list.css b/packages/ui/src/components/list.css index 1714b3513..852bf486c 100644 --- a/packages/ui/src/components/list.css +++ b/packages/ui/src/components/list.css @@ -51,6 +51,24 @@ } } } + + > [data-component="icon-button"] { + background-color: transparent; + + &:hover:not(:disabled), + &:focus:not(:disabled), + &:active:not(:disabled) { + background-color: transparent; + } + + &:hover:not(:disabled) [data-slot="icon-svg"] { + color: var(--icon-hover); + } + + &:active:not(:disabled) [data-slot="icon-svg"] { + color: var(--icon-active); + } + } } [data-slot="list-scroll"] { |
