@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
|
@@ -4274,6 +4274,9 @@ lux-checkbox-ac .mat-checkbox-disabled label {
|
|
|
4274
4274
|
lux-checkbox-ac .mat-checkbox-disabled .mat-checkbox-inner-container .mat-checkbox-frame {
|
|
4275
4275
|
border-color: #636d76;
|
|
4276
4276
|
}
|
|
4277
|
+
lux-checkbox-ac.lux-form-control-readonly {
|
|
4278
|
+
pointer-events: none;
|
|
4279
|
+
}
|
|
4277
4280
|
|
|
4278
4281
|
lux-datepicker-ac lux-form-control-wrapper .lux-form-control-wrapper .lux-form-control-container-authentic,
|
|
4279
4282
|
lux-datetimepicker-ac lux-form-control-wrapper .lux-form-control-wrapper .lux-form-control-container-authentic {
|
|
@@ -4346,6 +4349,9 @@ lux-toggle-ac .mat-slide-toggle.mat-disabled.mat-checked .mat-slide-toggle-thumb
|
|
|
4346
4349
|
lux-toggle-ac .mat-slide-toggle.mat-disabled:not(.mat-checked) .mat-slide-toggle-bar {
|
|
4347
4350
|
background-color: #636d76;
|
|
4348
4351
|
}
|
|
4352
|
+
lux-toggle-ac.lux-form-control-readonly {
|
|
4353
|
+
pointer-events: none;
|
|
4354
|
+
}
|
|
4349
4355
|
|
|
4350
4356
|
/*
|
|
4351
4357
|
* Theming for LUX-Radio
|
|
@@ -4396,6 +4402,9 @@ lux-radio-ac .mat-radio-disabled label.mat-radio-label .mat-radio-container span
|
|
|
4396
4402
|
lux-radio-ac .mat-radio-disabled label.mat-radio-label .mat-radio-container span.mat-radio-outer-circle {
|
|
4397
4403
|
border-color: #636d76;
|
|
4398
4404
|
}
|
|
4405
|
+
lux-radio-ac.lux-form-control-readonly {
|
|
4406
|
+
pointer-events: none;
|
|
4407
|
+
}
|
|
4399
4408
|
|
|
4400
4409
|
/*
|
|
4401
4410
|
* Theming for LUX-Input/LUX-Textarea
|
|
@@ -4482,6 +4491,9 @@ lux-slider-ac mat-slider.lux-slider-ac.mat-slider-horizontal {
|
|
|
4482
4491
|
lux-slider-ac .lux-show-thumb-label-always.mat-slider-disabled .mat-slider-thumb-label {
|
|
4483
4492
|
background-color: #636d76;
|
|
4484
4493
|
}
|
|
4494
|
+
lux-slider-ac.lux-form-control-readonly {
|
|
4495
|
+
pointer-events: none;
|
|
4496
|
+
}
|
|
4485
4497
|
|
|
4486
4498
|
.lux-master-detail-ac {
|
|
4487
4499
|
display: flex;
|
|
@@ -6829,7 +6841,6 @@ lux-stepper-large {
|
|
|
6829
6841
|
background-color: #2e8533;
|
|
6830
6842
|
}
|
|
6831
6843
|
.lux-stepper-large-nav-item:not(.lux-touched) {
|
|
6832
|
-
opacity: 0.6;
|
|
6833
6844
|
color: #003366;
|
|
6834
6845
|
}
|
|
6835
6846
|
.lux-stepper-large-nav-item:not(.lux-touched) .lux-stepper-large-nav-item-number-container {
|