|
16 | 16 | --checkbox-mask-indeterminate: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M2 7.75A.75.75 0 012.75 7h10a.75.75 0 010 1.5h-10A.75.75 0 012 7.75z"></path></svg>'); |
17 | 17 | --octicon-chevron-right: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path d="M6.22 3.22a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L9.94 8 6.22 4.28a.75.75 0 0 1 0-1.06Z"></path></svg>'); |
18 | 18 | /* non-color variables */ |
19 | | - --border-radius: 0.28571429rem; |
| 19 | + --border-radius: 4px; |
| 20 | + --border-radius-medium: 6px; |
| 21 | + --border-radius-circle: 100%; |
20 | 22 | --opacity-disabled: 0.55; |
21 | 23 | --height-loading: 16rem; |
22 | 24 | --tab-size: 4; |
@@ -309,7 +311,7 @@ details summary > * { |
309 | 311 |
|
310 | 312 | progress { |
311 | 313 | background: var(--color-secondary-dark-1); |
312 | | - border-radius: 6px; |
| 314 | + border-radius: var(--border-radius); |
313 | 315 | border: none; |
314 | 316 | overflow: hidden; |
315 | 317 | } |
@@ -339,7 +341,7 @@ progress::-moz-progress-bar { |
339 | 341 | ::-webkit-scrollbar-thumb { |
340 | 342 | box-shadow: inset 0 0 0 6px var(--color-primary); |
341 | 343 | border: 2px solid transparent; |
342 | | - border-radius: 5px !important; |
| 344 | + border-radius: var(--border-radius); |
343 | 345 | } |
344 | 346 |
|
345 | 347 | ::-webkit-scrollbar-thumb:window-inactive { |
@@ -454,7 +456,7 @@ a.label, |
454 | 456 |
|
455 | 457 | .issue-title code { |
456 | 458 | padding: 2px 4px; |
457 | | - border-radius: 6px; |
| 459 | + border-radius: var(--border-radius-medium); |
458 | 460 | background-color: var(--color-markup-code-block); |
459 | 461 | } |
460 | 462 |
|
@@ -1510,7 +1512,7 @@ img.ui.avatar, |
1510 | 1512 | margin-left: 0.4em; |
1511 | 1513 | height: 0.67em; |
1512 | 1514 | width: 0.67em; |
1513 | | - border-radius: 0.15em; |
| 1515 | + border-radius: var(--border-radius); |
1514 | 1516 | } |
1515 | 1517 |
|
1516 | 1518 | .attention-icon { |
@@ -2013,7 +2015,7 @@ a.ui.basic.label:hover { |
2013 | 2015 |
|
2014 | 2016 | .color-icon { |
2015 | 2017 | display: inline-block; |
2016 | | - border-radius: 100%; |
| 2018 | + border-radius: var(--border-radius-circle); |
2017 | 2019 | height: 14px; |
2018 | 2020 | width: 14px; |
2019 | 2021 | } |
|
0 commit comments