Add visual cue to highlighted code when exception is thrown
This commit is contained in:
parent
cd2983bf41
commit
d053361151
|
|
@ -96,6 +96,12 @@ body .location {
|
||||||
background-color: #fbfbfb;
|
background-color: #fbfbfb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#stackpage .frame .source .highlight {
|
||||||
|
border-left: 3px solid red;
|
||||||
|
margin-left: -3px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
#stackpage .frame .source .highlight li span {
|
#stackpage .frame .source .highlight li span {
|
||||||
color: #FF0000;
|
color: #FF0000;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -98,6 +98,12 @@ body .location {
|
||||||
background-color: #fbfbfb;
|
background-color: #fbfbfb;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#stackpage .frame .source .highlight {
|
||||||
|
border-left: 3px solid red;
|
||||||
|
margin-left: -3px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
#stackpage .frame .source .highlight li span {
|
#stackpage .frame .source .highlight li span {
|
||||||
color: #FF0000;
|
color: #FF0000;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue