diff options
| author | David Hill <[email protected]> | 2026-01-20 00:24:51 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-01-20 00:24:51 +0000 |
| commit | a05c33470261b420587bbf8a0185ceadcef15ad3 (patch) | |
| tree | 6d6ffa9d1472bbff5c8fa2e7e18297e7c3234171 /packages/ui/src | |
| parent | cf284e32aaab6e9b29d8bf919cdf5f13d95c5a8d (diff) | |
| download | opencode-a05c33470261b420587bbf8a0185ceadcef15ad3.tar.gz opencode-a05c33470261b420587bbf8a0185ceadcef15ad3.zip | |
retain session hover state when popover open and update border radius
Diffstat (limited to 'packages/ui/src')
| -rw-r--r-- | packages/ui/src/components/hover-card.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/components/hover-card.css b/packages/ui/src/components/hover-card.css index 77f652360..70dcdd7a2 100644 --- a/packages/ui/src/components/hover-card.css +++ b/packages/ui/src/components/hover-card.css @@ -8,7 +8,7 @@ z-index: 50; min-width: 200px; max-width: 320px; - border-radius: var(--radius-md); + border-radius: 8px; background-color: var(--surface-raised-stronger-non-alpha); pointer-events: auto; |
