Commit fb3f8e4 1 parent 796690e commit fb3f8e4 Copy full SHA for fb3f8e4
File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 61
61
font-size : $upload-text-list-font-size ;
62
62
overflow : hidden ;
63
63
transition : all .2s ease-out ;
64
+ border-radius : $upload-text-list-corner ;
64
65
65
66
& :not (:last-child ) {
66
67
margin-bottom : 4px ;
143
144
font-size : $upload-image-list-item-font-size ;
144
145
transition : all .2s ease-out ;
145
146
overflow : hidden ;
147
+ border-radius : $upload-card-list-corner ;
148
+
146
149
& :not (:last-child ) {
147
150
margin-bottom : 4px ;
148
151
}
Original file line number Diff line number Diff line change @@ -39,7 +39,9 @@ $upload-text-list-close-icon-size: $icon-xs !default;
39
39
/// margin (r)
40
40
/// @namespace size/close icon
41
41
$upload-text-list-close-icon-right : $s-3 !default ;
42
-
42
+ /// corner
43
+ /// @namespace size/normal
44
+ $upload-text-list-corner : $corner-zero !default ;
43
45
/// background
44
46
/// @namespace statement/normal/bounding
45
47
$upload-text-list-bg-color : $color-fill1-2 !default ;
@@ -198,6 +200,9 @@ $upload-card-list-margin-right: $s-3 !default;
198
200
/// padding
199
201
/// @namespace size/bounding
200
202
$upload-card-list-padding : $s-zero !default ;
203
+ /// corner
204
+ /// @namespace size/normal
205
+ $upload-card-list-corner : $corner-zero !default ;
201
206
/// border
202
207
/// @namespace statement/normal/bounding
203
208
$upload-card-list-border-color : $color-line1-3 !default ;
You can’t perform that action at this time.
0 commit comments