@ihk-gfi/lux-components-theme 16.0.0 → 16.0.2
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/package.json +1 -1
- package/prebuilt-themes/luxtheme-authentic-min.css +1 -1
- package/prebuilt-themes/luxtheme-authentic-min.css.map +1 -1
- package/prebuilt-themes/luxtheme-authentic.css +12 -1
- package/prebuilt-themes/luxtheme-authentic.css.map +1 -1
- package/prebuilt-themes/luxtheme-green-min.css +1 -1
- package/prebuilt-themes/luxtheme-green-min.css.map +1 -1
- package/prebuilt-themes/luxtheme-green.css +12 -1
- package/prebuilt-themes/luxtheme-green.css.map +1 -1
- package/src/base/_luxcomponents.scss +0 -1
- package/src/base/components/_luxFormControlsAuthentic.scss +16 -0
|
@@ -4301,6 +4301,9 @@ lux-checkbox-ac .mat-checkbox-disabled label {
|
|
|
4301
4301
|
lux-checkbox-ac .mat-checkbox-disabled .mat-checkbox-inner-container .mat-checkbox-frame {
|
|
4302
4302
|
border-color: rgba(0, 0, 0, 0.38);
|
|
4303
4303
|
}
|
|
4304
|
+
lux-checkbox-ac.lux-form-control-readonly {
|
|
4305
|
+
pointer-events: none;
|
|
4306
|
+
}
|
|
4304
4307
|
|
|
4305
4308
|
lux-datepicker-ac lux-form-control-wrapper .lux-form-control-wrapper .lux-form-control-container-authentic,
|
|
4306
4309
|
lux-datetimepicker-ac lux-form-control-wrapper .lux-form-control-wrapper .lux-form-control-container-authentic {
|
|
@@ -4373,6 +4376,9 @@ lux-toggle-ac .mat-slide-toggle.mat-disabled.mat-checked .mat-slide-toggle-thumb
|
|
|
4373
4376
|
lux-toggle-ac .mat-slide-toggle.mat-disabled:not(.mat-checked) .mat-slide-toggle-bar {
|
|
4374
4377
|
background-color: rgba(0, 0, 0, 0.38);
|
|
4375
4378
|
}
|
|
4379
|
+
lux-toggle-ac.lux-form-control-readonly {
|
|
4380
|
+
pointer-events: none;
|
|
4381
|
+
}
|
|
4376
4382
|
|
|
4377
4383
|
/*
|
|
4378
4384
|
* Theming for LUX-Radio
|
|
@@ -4423,6 +4429,9 @@ lux-radio-ac .mat-radio-disabled label.mat-radio-label .mat-radio-container span
|
|
|
4423
4429
|
lux-radio-ac .mat-radio-disabled label.mat-radio-label .mat-radio-container span.mat-radio-outer-circle {
|
|
4424
4430
|
border-color: rgba(0, 0, 0, 0.38);
|
|
4425
4431
|
}
|
|
4432
|
+
lux-radio-ac.lux-form-control-readonly {
|
|
4433
|
+
pointer-events: none;
|
|
4434
|
+
}
|
|
4426
4435
|
|
|
4427
4436
|
/*
|
|
4428
4437
|
* Theming for LUX-Input/LUX-Textarea
|
|
@@ -4509,6 +4518,9 @@ lux-slider-ac mat-slider.lux-slider-ac.mat-slider-horizontal {
|
|
|
4509
4518
|
lux-slider-ac .lux-show-thumb-label-always.mat-slider-disabled .mat-slider-thumb-label {
|
|
4510
4519
|
background-color: rgba(0, 0, 0, 0.38);
|
|
4511
4520
|
}
|
|
4521
|
+
lux-slider-ac.lux-form-control-readonly {
|
|
4522
|
+
pointer-events: none;
|
|
4523
|
+
}
|
|
4512
4524
|
|
|
4513
4525
|
.lux-master-detail-ac {
|
|
4514
4526
|
display: flex;
|
|
@@ -6856,7 +6868,6 @@ lux-stepper-large {
|
|
|
6856
6868
|
background-color: #ffffff;
|
|
6857
6869
|
}
|
|
6858
6870
|
.lux-stepper-large-nav-item:not(.lux-touched) {
|
|
6859
|
-
opacity: 0.6;
|
|
6860
6871
|
color: #003366;
|
|
6861
6872
|
}
|
|
6862
6873
|
.lux-stepper-large-nav-item:not(.lux-touched) .lux-stepper-large-nav-item-number-container {
|