diff options
| author | David Hill <[email protected]> | 2026-03-06 21:39:31 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-06 15:39:31 -0600 |
| commit | 091cf25de8d95f0eae460f92b9f9adebc3b0e634 (patch) | |
| tree | 4c75075388a39b0bc5734485964f788fb29a2689 /packages/ui/src/components/tabs.css | |
| parent | 7a071eff5cfc94cc45095d0cee96acbb97317d8c (diff) | |
| download | opencode-091cf25de8d95f0eae460f92b9f9adebc3b0e634.tar.gz opencode-091cf25de8d95f0eae460f92b9f9adebc3b0e634.zip | |
fix(app): better review/filetree empty states (#16221)
Co-authored-by: Adam <[email protected]>
Diffstat (limited to 'packages/ui/src/components/tabs.css')
| -rw-r--r-- | packages/ui/src/components/tabs.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/ui/src/components/tabs.css b/packages/ui/src/components/tabs.css index 51917489e..1bf00b785 100644 --- a/packages/ui/src/components/tabs.css +++ b/packages/ui/src/components/tabs.css @@ -407,11 +407,7 @@ align-items: center; background-color: var(--background-stronger); box-sizing: border-box; - border-bottom: 1px solid transparent; - - &[data-scrolled] { - border-bottom-color: var(--border-weak-base); - } + border-bottom: 1px solid var(--border-weak-base); } [data-slot="tabs-trigger-wrapper"] { |
