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/components/session/SessionSettingsDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ h2 {
gap: 4px;
min-height: 20px;
padding: 2px 0;
background: #f5f5f5;
background: #f0f0f0;
}

.settings-tabs button {
Expand Down
4 changes: 2 additions & 2 deletions src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -4729,7 +4729,7 @@ html[data-show-path-bars='0'] .path-pair-bar {
gap: 2px !important;
min-height: 20px !important;
padding: 2px !important;
background: #f5f5f5 !important;
background: #f0f0f0 !important;
}

.session-settings-dialog[data-rules-depth='capture-1to1-residual'] .settings-tabs button.active {
Expand Down Expand Up @@ -4831,7 +4831,7 @@ html[data-show-path-bars='0'] .path-pair-bar {
padding: 2px 4px !important;
border: 1px solid #a0a0a0 !important;
border-radius: 0 !important;
background: #f5f5f5 !important;
background: #f0f0f0 !important;
}

.text-merge-view .merge-grid[data-pane-sync='capture-1to1-residual'] .pane-header {
Expand Down
2 changes: 1 addition & 1 deletion src/styles/sessionSettingsChromeDensity.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ describe('options/rules dialog content depth', () => {
describe('session rules residual depth', () => {
it('deepens Session Rules dialog chrome beyond #342/#333 content band', () => {
expect(settingsDialog).toMatch(/data-rules-depth="capture-1to1-residual"/)
expect(settingsDialog).toMatch(/\.settings-tabs\s*\{[\s\S]*?background:\s*#f5f5f5/)
expect(settingsDialog).toMatch(/\.settings-tabs\s*\{[\s\S]*?background:\s*#f0f0f0/)
expect(settingsDialog).toMatch(/footer\s*\{[\s\S]*?border-top:\s*1px solid #d0d0d0/)
expect(css).toMatch(
/\.session-settings-dialog\[data-rules-depth='capture-1to1-residual'\]\s*\{[\s\S]*?background:\s*#f0f0f0/,
Expand Down
Loading