File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ export default {
66
66
'xl' : '12px' ,
67
67
'2xl' : '16px' ,
68
68
'3xl' : '24px' ,
69
- 'full' : 'var(--border-radius-circle )' , // 50%
69
+ 'full' : 'var(--border-radius-full )' ,
70
70
} ,
71
71
fontFamily : {
72
72
sans : 'var(--fonts-regular)' ,
Original file line number Diff line number Diff line change 18
18
/* other variables */
19
19
--border-radius : 4px ;
20
20
--border-radius-medium : 6px ;
21
- --border-radius-circle : 50 % ;
21
+ --border-radius-full : 99999 px ; /* TODO: use calc(infinity * 1px) */
22
22
--opacity-disabled : 0.55 ;
23
23
--height-loading : 16rem ;
24
24
--min-height-textarea : 132px ; /* padding + 6 lines + border = calc(1.57142em + 6lh + 2px), but lh is not fully supported */
@@ -1170,7 +1170,7 @@ overflow-menu .ui.label {
1170
1170
1171
1171
.color-icon {
1172
1172
display : inline-block;
1173
- border-radius : var (--border-radius-circle );
1173
+ border-radius : var (--border-radius-full );
1174
1174
height : 14px ;
1175
1175
width : 14px ;
1176
1176
}
Original file line number Diff line number Diff line change 31
31
border-width : 4px ;
32
32
border-style : solid;
33
33
border-color : var (--color-secondary ) var (--color-secondary ) var (--color-secondary-dark-8 ) var (--color-secondary-dark-8 );
34
- border-radius : var (--border-radius-circle );
34
+ border-radius : var (--border-radius-full );
35
35
}
36
36
37
37
.is-loading .loading-icon-2px ::after {
Original file line number Diff line number Diff line change @@ -790,7 +790,7 @@ td .commit-summary {
790
790
width : 34px ;
791
791
height : 34px ;
792
792
background-color : var (--color-timeline );
793
- border-radius : var (--border-radius-circle );
793
+ border-radius : var (--border-radius-full );
794
794
display : flex;
795
795
float : left;
796
796
margin-left : -33px ;
You can’t perform that action at this time.
0 commit comments