@@ -212,7 +212,7 @@ each(@colors, {
212
212
.ui.@{color} .elastic.loader.loader :before ,
213
213
.ui.@{color} .basic.elastic.loading.button :before ,
214
214
.ui.@{color} .basic.elastic.loading.button :after ,
215
- .ui.@{color} .elastic.loading.loading.loading :not (.segment ):not (.card ):before ,
215
+ .ui.@{color} .elastic.loading.loading.loading :not (.segment ):not (.segments ): not ( . card ):before ,
216
216
.ui.@{color} .elastic.loading.loading.loading .input > i .icon :before ,
217
217
.ui.@{color} .elastic.loading.loading.loading.loading > i .icon :before ,
218
218
.ui.@{color} .loading.loading.loading.loading :not (.usual ):not (.button ):after ,
@@ -222,7 +222,7 @@ each(@colors, {
222
222
color : @c ;
223
223
}
224
224
.ui.inverted.@{color} .elastic.loader :before ,
225
- .ui.inverted.@{color} .elastic.loading.loading.loading :not (.segment ):not (.card ):before ,
225
+ .ui.inverted.@{color} .elastic.loading.loading.loading :not (.segment ):not (.segments ): not ( . card ):before ,
226
226
.ui.inverted.@{color} .elastic.loading.loading.loading .input > i .icon :before ,
227
227
.ui.inverted.@{color} .elastic.loading.loading.loading > i .icon :before ,
228
228
.ui.inverted.@{color} .loading.loading.loading.loading :not (.usual ):after ,
@@ -296,12 +296,14 @@ each(@colors, {
296
296
border-bottom-color : transparent ;
297
297
}
298
298
.ui.loading.loading.loading.loading.loading.loading.card :after ,
299
+ .ui.loading.loading.loading.loading.loading.loading.segments :after ,
299
300
.ui.loading.loading.loading.loading.loading.loading.segment :after ,
300
301
.ui.loading.loading.loading.loading.loading.loading.form :after {
301
302
border-left-color :@loaderFillColor ;
302
303
border-right-color :@loaderFillColor ;
303
304
}
304
305
.ui.loading.loading.loading.loading.loading.loading.card :not (.double ):after ,
306
+ .ui.loading.loading.loading.loading.loading.loading.segments :not (.double ):after ,
305
307
.ui.loading.loading.loading.loading.loading.loading.segment :not (.double ):after ,
306
308
.ui.loading.loading.loading.loading.loading.loading.form :not (.double ):after {
307
309
border-bottom-color : @loaderFillColor ;
@@ -318,14 +320,14 @@ each(@colors, {
318
320
.ui.inverted.dimmer > .ui.elastic.loader {
319
321
color : @loaderLineColor ;
320
322
}
321
- .ui.elastic.loading.loading :not (.form ):not (.segment ):not (.card ):after ,
323
+ .ui.elastic.loading.loading :not (.form ):not (.segment ):not (.segments ): not ( . card ):after ,
322
324
.ui.elastic.loading.loading .input > i .icon :after ,
323
325
.ui.elastic.loading.loading > i .icon :after ,
324
326
.ui.elastic.loader.loader :after {
325
327
animation : loader 1s infinite cubic-bezier (.27 , 1.05 , .92 , .61 );
326
328
animation-delay : 0.3s ;
327
329
}
328
- .ui.elastic.loading.loading.loading :not (.form ):not (.segment ):not (.card ):before ,
330
+ .ui.elastic.loading.loading.loading :not (.form ):not (.segment ):not (.segments ): not ( . card ):before ,
329
331
.ui.elastic.loading.loading.loading .input > i .icon :before ,
330
332
.ui.elastic.loading.loading.loading > i .icon :before ,
331
333
.ui.elastic.loader.loader :before {
@@ -339,27 +341,27 @@ each(@colors, {
339
341
}
340
342
}
341
343
& when (@variationLoaderSpeeds ) {
342
- .ui.slow.elastic.loading.loading :not (.form ):not (.segment ):not (.card ):after ,
344
+ .ui.slow.elastic.loading.loading :not (.form ):not (.segment ):not (.segments ): not ( . card ):after ,
343
345
.ui.slow.elastic.loading.loading .input > i .icon :after ,
344
346
.ui.slow.elastic.loading.loading > i .icon :after ,
345
347
.ui.slow.elastic.loader.loader :after {
346
348
animation-duration : 1.5s ;
347
349
animation-delay : 0.45s ;
348
350
}
349
- .ui.slow.elastic.loading.loading.loading :not (.form ):not (.segment ):not (.card ):before ,
351
+ .ui.slow.elastic.loading.loading.loading :not (.form ):not (.segment ):not (.segments ): not ( . card ):before ,
350
352
.ui.slow.elastic.loading.loading.loading .input > i .icon :before ,
351
353
.ui.slow.elastic.loading.loading.loading > i .icon :before ,
352
354
.ui.slow.elastic.loader.loader :before {
353
355
animation-duration : 1.5s ;
354
356
}
355
- .ui.fast.elastic.loading.loading :not (.form ):not (.segment ):not (.card ):after ,
357
+ .ui.fast.elastic.loading.loading :not (.form ):not (.segment ):not (.segments ): not ( . card ):after ,
356
358
.ui.fast.elastic.loading.loading .input > i .icon :after ,
357
359
.ui.fast.elastic.loading.loading > i .icon :after ,
358
360
.ui.fast.elastic.loader.loader :after {
359
361
animation-duration : 0.66s ;
360
362
animation-delay : 0.20s ;
361
363
}
362
- .ui.fast.elastic.loading.loading.loading :not (.form ):not (.segment ):not (.card ):before ,
364
+ .ui.fast.elastic.loading.loading.loading :not (.form ):not (.segment ):not (.segments ): not ( . card ):before ,
363
365
.ui.fast.elastic.loading.loading.loading .input > i .icon :before ,
364
366
.ui.fast.elastic.loading.loading.loading > i .icon :before ,
365
367
.ui.fast.elastic.loader.loader :before {
0 commit comments