summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/diff.css
diff options
context:
space:
mode:
authoropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-01-30 17:58:31 +0000
committeropencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>2026-01-30 17:58:31 +0000
commitfe66ca163cbb9d689cf296c4c2f7a63414c1cf45 (patch)
treee330cc07e4ce3b68f64592f7c123cfa1ce77ef23 /packages/ui/src/components/diff.css
parent20619a6a26ec0cfc2707b7ed13387715e9f9cdaa (diff)
downloadopencode-fe66ca163cbb9d689cf296c4c2f7a63414c1cf45.tar.gz
opencode-fe66ca163cbb9d689cf296c4c2f7a63414c1cf45.zip
chore: generate
Diffstat (limited to 'packages/ui/src/components/diff.css')
-rw-r--r--packages/ui/src/components/diff.css60
1 files changed, 30 insertions, 30 deletions
diff --git a/packages/ui/src/components/diff.css b/packages/ui/src/components/diff.css
index 92c445012..1d94e417a 100644
--- a/packages/ui/src/components/diff.css
+++ b/packages/ui/src/components/diff.css
@@ -1,35 +1,35 @@
[data-component="diff"] {
- content-visibility: auto;
+ content-visibility: auto;
- [data-slot="diff-hunk-separator-line-number"] {
- position: sticky;
- left: 0;
- background-color: var(--surface-diff-hidden-strong);
- z-index: 2;
- display: flex;
- align-items: center;
- justify-content: center;
+ [data-slot="diff-hunk-separator-line-number"] {
+ position: sticky;
+ left: 0;
+ background-color: var(--surface-diff-hidden-strong);
+ z-index: 2;
+ display: flex;
+ align-items: center;
+ justify-content: center;
- [data-slot="diff-hunk-separator-line-number-icon"] {
- aspect-ratio: 1;
- width: 24px;
- height: 24px;
- color: var(--icon-strong-base);
- }
- }
- [data-slot="diff-hunk-separator-content"] {
- position: sticky;
- background-color: var(--surface-diff-hidden-base);
- color: var(--text-base);
- width: var(--diffs-column-content-width);
- left: var(--diffs-column-number-width);
- padding-left: 8px;
- user-select: none;
- cursor: default;
- text-align: left;
+ [data-slot="diff-hunk-separator-line-number-icon"] {
+ aspect-ratio: 1;
+ width: 24px;
+ height: 24px;
+ color: var(--icon-strong-base);
+ }
+ }
+ [data-slot="diff-hunk-separator-content"] {
+ position: sticky;
+ background-color: var(--surface-diff-hidden-base);
+ color: var(--text-base);
+ width: var(--diffs-column-content-width);
+ left: var(--diffs-column-number-width);
+ padding-left: 8px;
+ user-select: none;
+ cursor: default;
+ text-align: left;
- [data-slot="diff-hunk-separator-content-span"] {
- mix-blend-mode: var(--text-mix-blend-mode);
- }
- }
+ [data-slot="diff-hunk-separator-content-span"] {
+ mix-blend-mode: var(--text-mix-blend-mode);
+ }
+ }
}