igniteui-angular 20.0.7 → 20.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/igniteui-angular.mjs +143 -52
- package/fesm2022/igniteui-angular.mjs.map +1 -1
- package/index.d.ts +41 -5
- package/lib/core/styles/base/_index.scss +1 -0
- package/lib/core/styles/components/_index.scss +1 -0
- package/lib/core/styles/components/avatar/_avatar-theme.scss +0 -58
- package/lib/core/styles/components/badge/_badge-theme.scss +0 -72
- package/lib/core/styles/components/banner/_banner-theme.scss +0 -62
- package/lib/core/styles/components/bottom-nav/_bottom-nav-theme.scss +0 -100
- package/lib/core/styles/components/button/_button-theme.scss +0 -234
- package/lib/core/styles/components/button-group/_button-group-theme.scss +0 -293
- package/lib/core/styles/components/calendar/_calendar-theme.scss +0 -1075
- package/lib/core/styles/components/card/_card-theme.scss +0 -92
- package/lib/core/styles/components/carousel/_carousel-theme.scss +0 -218
- package/lib/core/styles/components/checkbox/_checkbox-theme.scss +0 -150
- package/lib/core/styles/components/chip/_chip-theme.scss +1 -265
- package/lib/core/styles/components/column-actions/_column-actions-theme.scss +0 -48
- package/lib/core/styles/components/combo/_combo-theme.scss +9 -125
- package/lib/core/styles/components/date-picker/_date-picker-theme.scss +4 -0
- package/lib/core/styles/components/date-range-picker/_date-range-picker-theme.scss +0 -30
- package/lib/core/styles/components/dialog/_dialog-theme.scss +0 -75
- package/lib/core/styles/components/divider/_divider-theme.scss +0 -39
- package/lib/core/styles/components/dock-manager/_dock-manager-theme.scss +0 -68
- package/lib/core/styles/components/drop-down/_drop-down-theme.scss +0 -211
- package/lib/core/styles/components/expansion-panel/_expansion-panel-theme.scss +0 -96
- package/lib/core/styles/components/grid/_excel-filtering-theme.scss +0 -1
- package/lib/core/styles/components/grid/_grid-theme.scss +44 -600
- package/lib/core/styles/components/grid-summary/_grid-summary-theme.scss +0 -84
- package/lib/core/styles/components/grid-toolbar/_grid-toolbar-theme.scss +0 -92
- package/lib/core/styles/components/highlight/highlight-theme.scss +0 -55
- package/lib/core/styles/components/icon/_icon-theme.scss +0 -43
- package/lib/core/styles/components/icon-button/_icon-button-theme.scss +0 -112
- package/lib/core/styles/components/input/_file-input-component.scss +72 -0
- package/lib/core/styles/components/input/_file-input-theme.scss +203 -0
- package/lib/core/styles/components/input/_input-group-component.scss +110 -126
- package/lib/core/styles/components/input/_input-group-theme.scss +409 -648
- package/lib/core/styles/components/label/_label-theme.scss +2 -35
- package/lib/core/styles/components/list/_list-theme.scss +0 -264
- package/lib/core/styles/components/navbar/_navbar-theme.scss +0 -89
- package/lib/core/styles/components/navdrawer/_navdrawer-theme.scss +0 -141
- package/lib/core/styles/components/overlay/_overlay-theme.scss +0 -38
- package/lib/core/styles/components/paginator/_paginator-theme.scss +0 -50
- package/lib/core/styles/components/progress/circular/_circular-theme.scss +0 -73
- package/lib/core/styles/components/progress/linear/_linear-theme.scss +0 -68
- package/lib/core/styles/components/query-builder/_query-builder-theme.scss +0 -101
- package/lib/core/styles/components/radio/_radio-theme.scss +0 -136
- package/lib/core/styles/components/rating/_rating-theme.scss +0 -43
- package/lib/core/styles/components/ripple/_ripple-theme.scss +0 -39
- package/lib/core/styles/components/scrollbar/scrollbar-theme.scss +0 -82
- package/lib/core/styles/components/select/_select-theme.scss +0 -93
- package/lib/core/styles/components/slider/_slider-theme.scss +0 -187
- package/lib/core/styles/components/snackbar/_snackbar-theme.scss +0 -64
- package/lib/core/styles/components/splitter/_splitter-theme.scss +0 -71
- package/lib/core/styles/components/stepper/_stepper-theme.scss +0 -492
- package/lib/core/styles/components/switch/_switch-theme.scss +0 -264
- package/lib/core/styles/components/tabs/_tabs-theme.scss +2 -261
- package/lib/core/styles/components/time-picker/_time-picker-theme.scss +0 -156
- package/lib/core/styles/components/toast/_toast-theme.scss +0 -69
- package/lib/core/styles/components/tooltip/_tooltip-theme.scss +0 -62
- package/lib/core/styles/components/tree/_tree-theme.scss +0 -128
- package/lib/core/styles/components/watermark/_watermark-theme.scss +0 -60
- package/lib/core/styles/themes/_core.scss +2 -0
- package/lib/core/styles/themes/_index.scss +1 -0
- package/lib/core/styles/themes/generators/_base.scss +11 -0
- package/lib/core/styles/typography/_bootstrap.scss +4 -0
- package/lib/core/styles/typography/_fluent.scss +5 -0
- package/lib/core/styles/typography/_indigo.scss +6 -0
- package/lib/core/styles/typography/_material.scss +2 -0
- package/package.json +2 -2
- package/styles/igniteui-angular-dark.css +1 -1
- package/styles/igniteui-angular.css +1 -1
- package/styles/igniteui-bootstrap-dark.css +1 -1
- package/styles/igniteui-bootstrap-light.css +1 -1
- package/styles/igniteui-dark-green.css +1 -1
- package/styles/igniteui-fluent-dark-excel.css +1 -1
- package/styles/igniteui-fluent-dark-word.css +1 -1
- package/styles/igniteui-fluent-dark.css +1 -1
- package/styles/igniteui-fluent-light-excel.css +1 -1
- package/styles/igniteui-fluent-light-word.css +1 -1
- package/styles/igniteui-fluent-light.css +1 -1
- package/styles/igniteui-indigo-dark.css +1 -1
- package/styles/igniteui-indigo-light.css +1 -1
- package/styles/maps/igniteui-angular-dark.css.map +1 -1
- package/styles/maps/igniteui-angular.css.map +1 -1
- package/styles/maps/igniteui-bootstrap-dark.css.map +1 -1
- package/styles/maps/igniteui-bootstrap-light.css.map +1 -1
- package/styles/maps/igniteui-dark-green.css.map +1 -1
- package/styles/maps/igniteui-fluent-dark-excel.css.map +1 -1
- package/styles/maps/igniteui-fluent-dark-word.css.map +1 -1
- package/styles/maps/igniteui-fluent-dark.css.map +1 -1
- package/styles/maps/igniteui-fluent-light-excel.css.map +1 -1
- package/styles/maps/igniteui-fluent-light-word.css.map +1 -1
- package/styles/maps/igniteui-fluent-light.css.map +1 -1
- package/styles/maps/igniteui-indigo-dark.css.map +1 -1
- package/styles/maps/igniteui-indigo-light.css.map +1 -1
- package/lib/core/styles/components/button/_contained-button-theme.scss +0 -302
- package/lib/core/styles/components/button/_fab-button-theme.scss +0 -296
- package/lib/core/styles/components/button/_flat-button-theme.scss +0 -356
- package/lib/core/styles/components/button/_outlined-button-theme.scss +0 -419
- package/lib/core/styles/components/icon-button/_contained-icon-button-theme.scss +0 -196
- package/lib/core/styles/components/icon-button/_flat-icon-button-theme.scss +0 -188
- package/lib/core/styles/components/icon-button/_outlined-icon-button-theme.scss +0 -232
|
@@ -52,7 +52,6 @@
|
|
|
52
52
|
@include e(input) {
|
|
53
53
|
@extend %form-group-input !optional;
|
|
54
54
|
@extend %autofill-background-fix !optional;
|
|
55
|
-
@extend %edge-clear-icon-fix !optional;
|
|
56
55
|
|
|
57
56
|
&:hover {
|
|
58
57
|
@extend %form-group-input--hover !optional;
|
|
@@ -75,10 +74,6 @@
|
|
|
75
74
|
}
|
|
76
75
|
}
|
|
77
76
|
|
|
78
|
-
@include e(clear-icon) {
|
|
79
|
-
@extend %form-group-clear-icon !optional;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
77
|
@include e(hint) {
|
|
83
78
|
@extend %form-group-helper !optional;
|
|
84
79
|
}
|
|
@@ -220,7 +215,6 @@
|
|
|
220
215
|
|
|
221
216
|
@include e(label) {
|
|
222
217
|
@extend %form-group-label--float !optional;
|
|
223
|
-
@extend %form-group-label--fixed !optional;
|
|
224
218
|
}
|
|
225
219
|
}
|
|
226
220
|
|
|
@@ -233,10 +227,35 @@
|
|
|
233
227
|
}
|
|
234
228
|
|
|
235
229
|
@include m(file) {
|
|
230
|
+
@extend %form-group-display--file !optional;
|
|
231
|
+
|
|
236
232
|
@include e(label) {
|
|
237
233
|
@extend %form-group-label--float !optional;
|
|
238
234
|
}
|
|
239
235
|
}
|
|
236
|
+
@include mx(file, focused) {
|
|
237
|
+
@extend %form-group-display--file-focused !optional;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
@include mx(file, border) {
|
|
241
|
+
@extend %form-group-display--file-border !optional;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
@include mx(file, border, focused) {
|
|
245
|
+
@extend %form-group-display--file-border-focused !optional;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
@include mx(file, border, valid) {
|
|
249
|
+
@extend %form-group-display--file-border-success !optional;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
@include mx(file, border, warning) {
|
|
253
|
+
@extend %form-group-display--file-border-warning !optional;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
@include mx(file, border, invalid) {
|
|
257
|
+
@extend %form-group-display--file-border-error !optional;
|
|
258
|
+
}
|
|
240
259
|
|
|
241
260
|
@include m(required) {
|
|
242
261
|
@include e(label) {
|
|
@@ -306,7 +325,6 @@
|
|
|
306
325
|
}
|
|
307
326
|
|
|
308
327
|
@include e(label) {
|
|
309
|
-
@extend %form-group-label--fixed !optional;
|
|
310
328
|
@extend %form-group-label--disabled !optional;
|
|
311
329
|
}
|
|
312
330
|
|
|
@@ -319,7 +337,7 @@
|
|
|
319
337
|
}
|
|
320
338
|
|
|
321
339
|
@include e(file-input) {
|
|
322
|
-
@extend %form-group-input--disabled !optional;
|
|
340
|
+
@extend %form-group-file-input--disabled !optional;
|
|
323
341
|
}
|
|
324
342
|
|
|
325
343
|
@include e(hint) {
|
|
@@ -334,10 +352,6 @@
|
|
|
334
352
|
@extend %form-group-bundle--disabled !optional;
|
|
335
353
|
}
|
|
336
354
|
|
|
337
|
-
@include e(label) {
|
|
338
|
-
@extend %form-group-label--fixed !optional;
|
|
339
|
-
}
|
|
340
|
-
|
|
341
355
|
@include e(input) {
|
|
342
356
|
@extend %form-group-input--disabled !optional;
|
|
343
357
|
}
|
|
@@ -369,21 +383,9 @@
|
|
|
369
383
|
@extend %form-group-input--box !optional;
|
|
370
384
|
}
|
|
371
385
|
|
|
372
|
-
@include e(bundle-start) {
|
|
373
|
-
@extend %form-group-bundle-start--box !optional;
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
@include e(bundle-end) {
|
|
377
|
-
@extend %form-group-bundle-end--box !optional;
|
|
378
|
-
}
|
|
379
|
-
|
|
380
386
|
@include e(bundle-main) {
|
|
381
387
|
@extend %form-group-bundle-main--box !optional;
|
|
382
388
|
}
|
|
383
|
-
|
|
384
|
-
@include e(notch) {
|
|
385
|
-
@extend %form-group-notch--box !optional;
|
|
386
|
-
}
|
|
387
389
|
}
|
|
388
390
|
|
|
389
391
|
@include mx(box, focused) {
|
|
@@ -398,25 +400,10 @@
|
|
|
398
400
|
}
|
|
399
401
|
}
|
|
400
402
|
|
|
401
|
-
@include mx(box, textarea-group, filled) {
|
|
402
|
-
@include e(notch) {
|
|
403
|
-
@extend %form-group-notch--box-textarea !optional;
|
|
404
|
-
}
|
|
405
|
-
}
|
|
406
|
-
|
|
407
403
|
@include mx(box, textarea-group, placeholder) {
|
|
408
404
|
@extend %form-group-placeholder !optional;
|
|
409
|
-
|
|
410
|
-
@include e(notch) {
|
|
411
|
-
@extend %form-group-notch--box-textarea !optional;
|
|
412
|
-
}
|
|
413
405
|
}
|
|
414
406
|
|
|
415
|
-
@include mx(box, textarea-group, focused) {
|
|
416
|
-
@include e(notch) {
|
|
417
|
-
@extend %form-group-notch--box-textarea !optional;
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
407
|
// Type box END
|
|
421
408
|
|
|
422
409
|
// Type border START
|
|
@@ -448,14 +435,6 @@
|
|
|
448
435
|
@extend %form-group-label--border !optional;
|
|
449
436
|
}
|
|
450
437
|
|
|
451
|
-
@include e(bundle-start) {
|
|
452
|
-
@extend %form-group-bundle-start--border !optional;
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
@include e(bundle-end) {
|
|
456
|
-
@extend %form-group-bundle-end--border !optional;
|
|
457
|
-
}
|
|
458
|
-
|
|
459
438
|
@include e(notch) {
|
|
460
439
|
@extend %igx-input-group__notch--border !optional;
|
|
461
440
|
}
|
|
@@ -561,6 +540,11 @@
|
|
|
561
540
|
@extend %form-group-bundle-search--disabled !optional;
|
|
562
541
|
}
|
|
563
542
|
}
|
|
543
|
+
|
|
544
|
+
@include e(upload-button) {
|
|
545
|
+
@extend %upload-button !optional;
|
|
546
|
+
}
|
|
547
|
+
|
|
564
548
|
// BASE END
|
|
565
549
|
|
|
566
550
|
// ============================== //
|
|
@@ -575,11 +559,6 @@
|
|
|
575
559
|
&:hover {
|
|
576
560
|
@extend %form-group-bundle--fluent--hover !optional;
|
|
577
561
|
}
|
|
578
|
-
|
|
579
|
-
&:focus-within,
|
|
580
|
-
&:focus {
|
|
581
|
-
@extend %form-group-bundle--fluent--focus !optional;
|
|
582
|
-
}
|
|
583
562
|
}
|
|
584
563
|
|
|
585
564
|
@include e(bundle-main) {
|
|
@@ -601,10 +580,6 @@
|
|
|
601
580
|
@include e(label) {
|
|
602
581
|
@extend %fluent-label !optional;
|
|
603
582
|
}
|
|
604
|
-
|
|
605
|
-
@include e(upload-button) {
|
|
606
|
-
@extend %fluent-upload-button !optional;
|
|
607
|
-
}
|
|
608
583
|
}
|
|
609
584
|
|
|
610
585
|
@include mx(fluent, placeholder) {
|
|
@@ -663,6 +638,10 @@
|
|
|
663
638
|
@include e(label) {
|
|
664
639
|
@extend %fluent-label-filled !optional;
|
|
665
640
|
}
|
|
641
|
+
|
|
642
|
+
@include e(file-input) {
|
|
643
|
+
@extend %fluent-file-input !optional;
|
|
644
|
+
}
|
|
666
645
|
}
|
|
667
646
|
|
|
668
647
|
@include mx(fluent, textarea-group) {
|
|
@@ -672,16 +651,8 @@
|
|
|
672
651
|
}
|
|
673
652
|
|
|
674
653
|
@include mx(fluent, focused) {
|
|
675
|
-
@include e(bundle
|
|
676
|
-
@extend %form-group-bundle
|
|
677
|
-
}
|
|
678
|
-
|
|
679
|
-
@include e(bundle-main) {
|
|
680
|
-
@extend %form-group-bundle-main--fluent--focused !optional;
|
|
681
|
-
}
|
|
682
|
-
|
|
683
|
-
@include e(bundle-end) {
|
|
684
|
-
@extend %form-group-bundle-end--fluent--focused !optional;
|
|
654
|
+
@include e(bundle) {
|
|
655
|
+
@extend %form-group-bundle--fluent--focus !optional;
|
|
685
656
|
}
|
|
686
657
|
|
|
687
658
|
@include e(label) {
|
|
@@ -689,12 +660,6 @@
|
|
|
689
660
|
}
|
|
690
661
|
}
|
|
691
662
|
|
|
692
|
-
@include mx(fluent, focused, textarea-group) {
|
|
693
|
-
@include e(hint) {
|
|
694
|
-
@extend %form-group-helper--textarea--fluent--focused !optional;
|
|
695
|
-
}
|
|
696
|
-
}
|
|
697
|
-
|
|
698
663
|
@include mx(fluent, textarea-group) {
|
|
699
664
|
@include e(bundle-start) {
|
|
700
665
|
@extend %form-group-bundle-textarea-start--fluent !optional;
|
|
@@ -708,11 +673,8 @@
|
|
|
708
673
|
}
|
|
709
674
|
|
|
710
675
|
@include mx(fluent, required) {
|
|
711
|
-
@include e(bundle) {
|
|
712
|
-
@extend %form-group-bundle-required--fluent !optional;
|
|
713
|
-
}
|
|
714
|
-
|
|
715
676
|
@include e(label) {
|
|
677
|
+
@extend %form-group-bundle-required--fluent !optional;
|
|
716
678
|
@extend %form-group-label-required--fluent !optional;
|
|
717
679
|
}
|
|
718
680
|
}
|
|
@@ -808,10 +770,6 @@
|
|
|
808
770
|
@extend %form-group-bundle--indigo !optional;
|
|
809
771
|
}
|
|
810
772
|
|
|
811
|
-
@include e(bundle-start) {
|
|
812
|
-
@extend %form-group-bundle--indigo-start !optional;
|
|
813
|
-
}
|
|
814
|
-
|
|
815
773
|
@include e(input) {
|
|
816
774
|
@extend %form-group-input--indigo !optional;
|
|
817
775
|
}
|
|
@@ -827,10 +785,6 @@
|
|
|
827
785
|
@include e(textarea) {
|
|
828
786
|
@extend %indigo-textarea !optional;
|
|
829
787
|
}
|
|
830
|
-
|
|
831
|
-
@include e(upload-button) {
|
|
832
|
-
@extend %indigo-upload-button !optional;
|
|
833
|
-
}
|
|
834
788
|
}
|
|
835
789
|
|
|
836
790
|
@include mx(indigo, focused) {
|
|
@@ -889,10 +843,6 @@
|
|
|
889
843
|
@extend %bootstrap-input !optional;
|
|
890
844
|
}
|
|
891
845
|
|
|
892
|
-
@include e(upload-button) {
|
|
893
|
-
@extend %bootstrap-upload-button !optional;
|
|
894
|
-
}
|
|
895
|
-
|
|
896
846
|
@include e(bundle-start) {
|
|
897
847
|
@extend %form-group-bundle-start--bootstrap !optional;
|
|
898
848
|
}
|
|
@@ -902,6 +852,56 @@
|
|
|
902
852
|
}
|
|
903
853
|
}
|
|
904
854
|
|
|
855
|
+
@include mx(bootstrap, file) {
|
|
856
|
+
@extend %form-group-display--bootstrap-file !optional;
|
|
857
|
+
|
|
858
|
+
@include e(input) {
|
|
859
|
+
@extend %bootstrap-input-file !optional;
|
|
860
|
+
}
|
|
861
|
+
|
|
862
|
+
@include e(bundle-end) {
|
|
863
|
+
@extend %bootstrap-bundle-end !optional;
|
|
864
|
+
}
|
|
865
|
+
|
|
866
|
+
@include e(upload-button) {
|
|
867
|
+
@extend %bootstrap-upload-button !optional;
|
|
868
|
+
}
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
@include mx(bootstrap, file, disabled) {
|
|
872
|
+
@include e(upload-button) {
|
|
873
|
+
@extend %bootstrap-file-disabled-upload-button !optional;
|
|
874
|
+
}
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
@include mx(bootstrap, file, focused) {
|
|
878
|
+
@extend %bootstrap-file-focused !optional;
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
@include mx(bootstrap, file, valid, focused) {
|
|
882
|
+
@extend %bootstrap-file-valid !optional;
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
@include mx(bootstrap, file, warning, focused) {
|
|
886
|
+
@extend %bootstrap-file-warning !optional;
|
|
887
|
+
}
|
|
888
|
+
|
|
889
|
+
@include mx(bootstrap, file, invalid, focused) {
|
|
890
|
+
@extend %bootstrap-file-invalid !optional;
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
@include mx(bootstrap, file, valid, focused) {
|
|
894
|
+
@extend %bootstrap-file-valid-focused !optional;
|
|
895
|
+
}
|
|
896
|
+
|
|
897
|
+
@include mx(bootstrap, file, warning, focused) {
|
|
898
|
+
@extend %bootstrap-file-warning-focused !optional;
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
@include mx(bootstrap, file, invalid, focused) {
|
|
902
|
+
@extend %bootstrap-file-invalid-focused !optional;
|
|
903
|
+
}
|
|
904
|
+
|
|
905
905
|
@include mx(bootstrap, prefixed) {
|
|
906
906
|
@extend %form-group-display--bootstrap-prefixed !optional;
|
|
907
907
|
}
|
|
@@ -910,6 +910,18 @@
|
|
|
910
910
|
@extend %form-group-display--bootstrap-suffixed !optional;
|
|
911
911
|
}
|
|
912
912
|
|
|
913
|
+
@include mx(bootstrap, suffixed, focused) {
|
|
914
|
+
@extend %form-group-display--bootstrap-suffixed-focused !optional;
|
|
915
|
+
}
|
|
916
|
+
|
|
917
|
+
@include mx(bootstrap, suffixed, valid) {
|
|
918
|
+
@extend %form-group-display--bootstrap-suffixed-valid !optional;
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
@include mx(bootstrap, suffixed, invalid) {
|
|
922
|
+
@extend %form-group-display--bootstrap-suffixed-invalid !optional;
|
|
923
|
+
}
|
|
924
|
+
|
|
913
925
|
@include mx(bootstrap, search) {
|
|
914
926
|
@include e(input) {
|
|
915
927
|
@extend %bootstrap-input--search !optional;
|
|
@@ -1001,34 +1013,34 @@
|
|
|
1001
1013
|
}
|
|
1002
1014
|
|
|
1003
1015
|
@include mx(bootstrap, warning) {
|
|
1004
|
-
|
|
1016
|
+
@include e(input) {
|
|
1005
1017
|
@extend %bootstrap-input--warning !optional;
|
|
1006
1018
|
|
|
1007
1019
|
&:hover {
|
|
1008
1020
|
@extend %bootstrap-input--warning !optional;
|
|
1009
1021
|
}
|
|
1010
|
-
|
|
1022
|
+
}
|
|
1011
1023
|
|
|
1012
|
-
|
|
1024
|
+
@include e(file-input) {
|
|
1013
1025
|
@extend %bootstrap-input--warning !optional;
|
|
1014
1026
|
|
|
1015
1027
|
&:hover {
|
|
1016
1028
|
@extend %bootstrap-input--warning !optional;
|
|
1017
1029
|
}
|
|
1018
|
-
|
|
1030
|
+
}
|
|
1019
1031
|
|
|
1020
|
-
|
|
1032
|
+
@include e(label) {
|
|
1021
1033
|
@extend %bootstrap-label !optional;
|
|
1022
|
-
|
|
1034
|
+
}
|
|
1023
1035
|
|
|
1024
|
-
|
|
1036
|
+
@include e(textarea) {
|
|
1025
1037
|
@extend %bootstrap-input--warning !optional;
|
|
1026
1038
|
|
|
1027
1039
|
&:hover {
|
|
1028
1040
|
@extend %bootstrap-input--warning !optional;
|
|
1029
1041
|
}
|
|
1030
|
-
|
|
1031
|
-
|
|
1042
|
+
}
|
|
1043
|
+
}
|
|
1032
1044
|
|
|
1033
1045
|
@include mx(bootstrap, textarea-group) {
|
|
1034
1046
|
@include e(bundle) {
|
|
@@ -1046,41 +1058,13 @@
|
|
|
1046
1058
|
}
|
|
1047
1059
|
|
|
1048
1060
|
@include e(file-input) {
|
|
1049
|
-
@extend %bootstrap-input--disabled !optional;
|
|
1061
|
+
@extend %bootstrap-file-input--disabled !optional;
|
|
1050
1062
|
}
|
|
1051
1063
|
|
|
1052
1064
|
@include e(textarea) {
|
|
1053
1065
|
@extend %bootstrap-input--disabled !optional;
|
|
1054
1066
|
}
|
|
1055
1067
|
}
|
|
1056
|
-
|
|
1057
|
-
@include mx(bootstrap, disabled, prefixed) {
|
|
1058
|
-
@include e(input) {
|
|
1059
|
-
@extend %bootstrap-input--disabled--prefixed !optional;
|
|
1060
|
-
}
|
|
1061
|
-
|
|
1062
|
-
@include e(file-input) {
|
|
1063
|
-
@extend %bootstrap-input--disabled--prefixed !optional;
|
|
1064
|
-
}
|
|
1065
|
-
|
|
1066
|
-
@include e(textarea) {
|
|
1067
|
-
@extend %bootstrap-input--disabled--prefixed !optional;
|
|
1068
|
-
}
|
|
1069
|
-
}
|
|
1070
|
-
|
|
1071
|
-
@include mx(bootstrap, disabled, suffixed) {
|
|
1072
|
-
@include e(input) {
|
|
1073
|
-
@extend %bootstrap-input--disabled--suffixed !optional;
|
|
1074
|
-
}
|
|
1075
|
-
|
|
1076
|
-
@include e(file-input) {
|
|
1077
|
-
@extend %bootstrap-input--disabled--suffixed !optional;
|
|
1078
|
-
}
|
|
1079
|
-
|
|
1080
|
-
@include e(textarea) {
|
|
1081
|
-
@extend %bootstrap-input--disabled--suffixed !optional;
|
|
1082
|
-
}
|
|
1083
|
-
}
|
|
1084
1068
|
// BOOTSTRAP END
|
|
1085
1069
|
}
|
|
1086
1070
|
}
|