File tree Expand file tree Collapse file tree 2 files changed +58
-2
lines changed
projects/igniteui-angular/src/lib/core/styles/components/input Expand file tree Collapse file tree 2 files changed +58
-2
lines changed Original file line number Diff line number Diff line change 1000
1000
}
1001
1001
}
1002
1002
1003
+ @include mx (bootstrap, warning) {
1004
+ @include e (input) {
1005
+ @extend %bootstrap-input--warning !optional ;
1006
+
1007
+ & :hover {
1008
+ @extend %bootstrap-input--warning !optional ;
1009
+ }
1010
+ }
1011
+
1012
+ @include e (file- input) {
1013
+ @extend %bootstrap-input--warning !optional ;
1014
+
1015
+ & :hover {
1016
+ @extend %bootstrap-input--warning !optional ;
1017
+ }
1018
+ }
1019
+
1020
+ @include e (label ) {
1021
+ @extend %bootstrap-label !optional ;
1022
+ }
1023
+
1024
+ @include e (textarea) {
1025
+ @extend %bootstrap-input--warning !optional ;
1026
+
1027
+ & :hover {
1028
+ @extend %bootstrap-input--warning !optional ;
1029
+ }
1030
+ }
1031
+ }
1032
+
1003
1033
@include mx (bootstrap, textarea- group) {
1004
1034
@include e (bundle) {
1005
1035
@extend %form-group-bundle-bootstrap--textarea !optional ;
Original file line number Diff line number Diff line change 2461
2461
2462
2462
%bootstrap-input--success {
2463
2463
border : rem (1px ) solid var-get ($theme , ' success-secondary-color' );
2464
- box-shadow : 0 0 0 rem (4px ) var-get ($theme , ' success-shadow-color' );
2464
+
2465
+ & :focus {
2466
+ box-shadow : 0 0 0 rem (4px ) var-get ($theme , ' success-shadow-color' );
2467
+
2468
+ + %bootstrap-file-input {
2469
+ box-shadow : 0 0 0 rem (4px ) var-get ($theme , ' success-shadow-color' );
2470
+ }
2471
+ }
2465
2472
}
2466
2473
2467
2474
%bootstrap-input--error {
2468
2475
border : rem (1px ) solid var-get ($theme , ' error-secondary-color' );
2469
- box-shadow : 0 0 0 rem (4px ) var-get ($theme , ' error-shadow-color' );
2476
+
2477
+ & :focus {
2478
+ box-shadow : 0 0 0 rem (4px ) var-get ($theme , ' error-shadow-color' );
2479
+
2480
+ + %bootstrap-file-input {
2481
+ box-shadow : 0 0 0 rem (4px ) var-get ($theme , ' error-shadow-color' );
2482
+ }
2483
+ }
2484
+ }
2485
+
2486
+ %bootstrap-input--warning {
2487
+ border : rem (1px ) solid var-get ($theme , ' warning-secondary-color' );
2488
+
2489
+ & :focus {
2490
+ box-shadow : 0 0 0 rem (4px ) color ($color : ' warn' , $variant : 500 , $opacity : 0.38 );
2491
+
2492
+ + %bootstrap-file-input {
2493
+ box-shadow : 0 0 0 rem (4px ) color ($color : ' warn' , $variant : 500 , $opacity : 0.38 );
2494
+ }
2495
+ }
2470
2496
}
2471
2497
2472
2498
%bootstrap-input--disabled {
You can’t perform that action at this time.
0 commit comments