Skip to content

Commit 77611ad

Browse files
committed
Tweak task state badge border thickness
1 parent 429c5c8 commit 77611ad

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/styles/cylc/_job.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ $cjob: ".c-job .job rect";
3434

3535
.task-state-badge {
3636
font-size: 0.7em;
37-
height: 1.8em;
38-
min-width: 1.8em;
39-
border-radius: 1.8em;
40-
border: 2px solid;
37+
$height: 1.8em;
38+
height: $height;
39+
min-width: $height;
40+
border-radius: $height;
41+
border: 0.2em solid;
4142
margin: 0 0.1em;
4243
line-height: normal;
4344
}

0 commit comments

Comments
 (0)