Skip to content

Commit a9b24e2

Browse files
committed
adjust border radius on changed-since-last-review
1 parent d53cc69 commit a9b24e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/css/review.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ a.blob-excerpt:hover {
256256
.changed-since-last-review {
257257
border: 1px var(--color-accent) solid;
258258
background-color: var(--color-small-accent);
259-
border-radius: 15px;
259+
border-radius: var(--border-radius);
260260
padding: 4px 8px;
261261
margin: -8px 0; /* just like other buttons in the diff box header */
262262
font-size: 0.857rem; /* just like .ui.tiny.button */

0 commit comments

Comments
 (0)