Skip to content

Commit 3657359

Browse files
committed
only decorate the currently highlighted pr's title
there are eyesores and Eyesores.
1 parent a57401f commit 3657359

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

internal/server/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939

4040
&[aria-selected="true"] {
4141
opacity: 1;
42+
43+
.pr-title {
44+
border-bottom: 1px solid var(--fg);
45+
}
4246
}
4347
}
4448

@@ -49,7 +53,7 @@
4953
.pr-title {
5054
font-size: 1.5rem;
5155
padding-bottom: 0.5rem;
52-
border-bottom: 1px solid var(--fg);
56+
border-bottom: 1px solid transparent;
5357
margin-right: 0.5rem;
5458
}
5559

0 commit comments

Comments
 (0)