Skip to content

Commit bcd79c4

Browse files
committed
fixed borders on some sim controls
1 parent bb16a83 commit bcd79c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PerfProblemSimulator/wwwroot/css/dashboard.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ body {
663663
}
664664

665665
.crash-group {
666-
border: 2px dashed var(--color-danger);
666+
border: 2px solid var(--color-danger);
667667
background: rgba(209, 52, 56, 0.05);
668668
}
669669

@@ -694,7 +694,7 @@ body {
694694
}
695695

696696
.slowrequest-group {
697-
border: 2px dashed #ff8c00;
697+
border: 2px solid #ff8c00;
698698
background: rgba(255, 140, 0, 0.05);
699699
}
700700

0 commit comments

Comments
 (0)