Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -4843,7 +4843,7 @@ html[data-show-path-bars='0'] .path-pair-bar {
.text-merge-view .conflict-panel[data-conflict-chrome='capture-1to1-residual'] li {
min-height: 18px !important;
padding: 2px 4px !important;
border: 1px solid #d0d0d0 !important;
border: 1px solid #c0c0c0 !important;
border-radius: 0 !important;
font-size: 11px !important;
line-height: 16px !important;
Expand Down
8 changes: 8 additions & 0 deletions src/styles/textMergeChromeDensity.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,11 @@ describe('text merge path meta residual', () => {
)
})
})

describe('merge conflict li border', () => {
it('matches capture conflict list item border #c0c0c0', () => {
expect(css).toMatch(
/data-conflict-chrome='capture-1to1-residual'\] li[\s\S]*?border:\s*1px solid #c0c0c0/,
)
})
})
Loading