File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
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' : '99999px' ,
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 ;
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 */
@@ -1165,7 +1165,7 @@ overflow-menu .ui.label {
1165
1165
1166
1166
.color-icon {
1167
1167
display : inline-block;
1168
- border-radius : var (--border-radius-circle );
1168
+ border-radius : var (--border-radius-full );
1169
1169
height : 14px ;
1170
1170
width : 14px ;
1171
1171
}
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 ;
Original file line number Diff line number Diff line change 56
56
position : absolute;
57
57
left : -5.5px ;
58
58
top : 30px ;
59
- border-radius : var (--border-radius-circle );
59
+ border-radius : var (--border-radius-full );
60
60
border : 2.5px solid var (--color-body );
61
61
}
62
62
You can’t perform that action at this time.
0 commit comments