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.
2 parents ba26047 + 1c5d2de commit 92fa22dCopy full SHA for 92fa22d
src/styles/components/_issues.scss
@@ -38,11 +38,19 @@ table.progress {
38
39
td {
40
height: $progress-height;
41
- border-radius: 2px;
42
43
&.closed {
44
background-color: $color-progress-closed-bg;
45
}
+
46
+ &:first-child {
47
+ border-top-left-radius: 2px;
48
+ border-bottom-left-radius: 2px;
49
+ }
50
+ &:last-child {
51
+ border-top-right-radius: 2px;
52
+ border-bottom-right-radius: 2px;
53
54
55
56
0 commit comments