We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53cc69 commit a9b24e2Copy full SHA for a9b24e2
web_src/css/review.css
@@ -256,7 +256,7 @@ a.blob-excerpt:hover {
256
.changed-since-last-review {
257
border: 1px var(--color-accent) solid;
258
background-color: var(--color-small-accent);
259
- border-radius: 15px;
+ border-radius: var(--border-radius);
260
padding: 4px 8px;
261
margin: -8px 0; /* just like other buttons in the diff box header */
262
font-size: 0.857rem; /* just like .ui.tiny.button */
0 commit comments