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 @@ -971,7 +971,7 @@ footer {
justify-content: flex-end;
gap: 6px;
padding-top: 2px;
border-top: 1px solid #d0d0d0;
border-top: 1px solid #c0c0c0;
}

footer button {
Expand Down
2 changes: 1 addition & 1 deletion src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -4761,7 +4761,7 @@ html[data-show-path-bars='0'] .path-pair-bar {

.session-settings-dialog[data-rules-depth='capture-1to1-residual'] footer {
gap: 6px !important;
border-top: 1px solid #d0d0d0 !important;
border-top: 1px solid #c0c0c0 !important;
}

.session-settings-dialog[data-rules-depth='capture-1to1-residual'] footer button {
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 @@ -78,7 +78,7 @@ 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*#f0f0f0/)
expect(settingsDialog).toMatch(/footer\s*\{[\s\S]*?border-top:\s*1px solid #d0d0d0/)
expect(settingsDialog).toMatch(/footer\s*\{[\s\S]*?border-top:\s*1px solid #c0c0c0/)
expect(css).toMatch(
/\.session-settings-dialog\[data-rules-depth='capture-1to1-residual'\]\s*\{[\s\S]*?background:\s*#f0f0f0/,
)
Expand Down
Loading