Skip to content

Commit 8e05fb0

Browse files
authored
Diagnostics Exception Page: Color-blindness Improvement (#14681)
Diagnostics Exception Page: Color-blindness Improvement
2 parents 0b205b6 + d053361 commit 8e05fb0

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/Middleware/Diagnostics/src/DeveloperExceptionPage/Views/ErrorPage.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@ body .location {
9696
background-color: #fbfbfb;
9797
}
9898

99+
#stackpage .frame .source .highlight {
100+
border-left: 3px solid red;
101+
margin-left: -3px;
102+
font-weight: bold;
103+
}
104+
99105
#stackpage .frame .source .highlight li span {
100106
color: #FF0000;
101107
}

src/Shared/ErrorPage/Views/ErrorPage.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ body .location {
9898
background-color: #fbfbfb;
9999
}
100100

101+
#stackpage .frame .source .highlight {
102+
border-left: 3px solid red;
103+
margin-left: -3px;
104+
font-weight: bold;
105+
}
106+
101107
#stackpage .frame .source .highlight li span {
102108
color: #FF0000;
103109
}

0 commit comments

Comments
 (0)