@ihk-gfi/lux-components-theme 14.4.0 → 14.5.0

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.
@@ -59,6 +59,7 @@ lux-lookup-combobox-ac {
59
59
  font-family: luxcommon.$app-font-family;
60
60
  }
61
61
  .mat-autocomplete-panel.lux-autocomplete-panel-ac,
62
+ .mat-autocomplete-panel.lux-autocomplete-panel-dense-ac,
62
63
  .mat-select-panel.lux-select-panel-ac,
63
64
  .mat-select-panel.lux-select-panel-ac-multiple {
64
65
  border: 2px solid luxpalette.$lux-primary-color;
@@ -70,13 +71,14 @@ lux-lookup-combobox-ac {
70
71
  }
71
72
  }
72
73
 
73
- .mat-autocomplete-panel.lux-autocomplete-panel-ac {
74
+ .mat-autocomplete-panel.lux-autocomplete-panel-ac,
75
+ .mat-autocomplete-panel.lux-autocomplete-panel-dense-ac {
74
76
  min-width: calc(100% + 14px) !important;
75
77
  max-width: calc(100% + 14px) !important;
76
78
  margin: 13px -9px 0px;
77
- border: 2px solid luxpalette.$lux-primary-color;
78
- border-radius: 4px;
79
- box-shadow: none !important;
79
+ }
80
+ .mat-autocomplete-panel.lux-autocomplete-panel-dense-ac {
81
+ margin-top: 7px;
80
82
  }
81
83
  }
82
84
 
@@ -157,7 +159,7 @@ lux-datetimepicker-ac {
157
159
  .lux-datetimepicker-overlay .mat-card.lux-card {
158
160
  border: 2px solid luxpalette.$lux-primary-color;
159
161
  box-shadow: none !important;
160
- margin: 13px -9px;
162
+ margin: 13px -9px 0;
161
163
 
162
164
  & .mat-calendar-header button:hover {
163
165
  background-color: #fff !important;
@@ -277,6 +279,9 @@ textarea {
277
279
  text-align: inherit;
278
280
  font-size: luxcommon.$form-control-font-size;
279
281
  }
282
+ lux-textarea-ac text-area {
283
+ line-height: normal;
284
+ }
280
285
 
281
286
  /**
282
287
  * Theming für LUX-Chips
@@ -327,8 +332,9 @@ lux-chips-ac {
327
332
  }
328
333
  }
329
334
  }
330
- .lux-chips-ac-autocomplete-panel.mat-autocomplete-panel {
331
- margin-top: -21px;
335
+ .lux-chips-ac-autocomplete-panel.mat-autocomplete-panel,
336
+ .lux-chips-ac-autocomplete-panel-dense.mat-autocomplete-panel {
337
+ margin-top: -22px;
332
338
  margin-left: 0;
333
339
  margin-right: 0;
334
340
  border-radius: 4px;
@@ -336,6 +342,9 @@ lux-chips-ac {
336
342
  box-shadow: none !important;
337
343
  border: 2px solid luxpalette.$lux-primary-color;
338
344
  }
345
+ .lux-chips-ac-autocomplete-panel-dense.mat-autocomplete-panel {
346
+ margin-top: -18px;
347
+ }
339
348
 
340
349
  /*
341
350
  * Theming for LUX-Slider
@@ -3,59 +3,73 @@
3
3
  @use "../luxcommon";
4
4
  @use "../luxpalette";
5
5
 
6
-
7
6
  lux-link-plain {
7
+ display: inline-flex;
8
+ align-items: baseline;
8
9
  .link-wrapper {
9
- display: inline-block;
10
+ display: flex;
11
+ gap: 0.25em;
12
+ align-items: baseline;
10
13
  font-family: inherit;
11
- font-size: inherit;
12
- font-weight: inherit;
13
- color: map.get(luxpalette.$lux-palette-primary, A700);
14
-
15
14
  .lux-link-plain-text {
16
- text-decoration: none;
15
+ font-family: inherit;
16
+ font-size: inherit;
17
+ font-weight: inherit;
18
+ text-decoration: inherit;
19
+ color: inherit;
20
+ display: flex;
17
21
  }
18
22
 
19
23
  lux-icon {
20
24
  font-size: inherit;
21
- vertical-align: middle;
22
- line-height: 1;
23
- i, mat-icon {
24
- color: map.get(luxpalette.$lux-palette-primary, A700);
25
- padding: 0 !important;
26
- }
25
+ display: flex;
26
+ mat-icon.mat-icon.lux-lx-icon-no-size {
27
+ padding: 0px !important;
28
+ width: 0.8em;
29
+ height: 0.8em;
30
+ overflow: visible;
31
+ }
27
32
  }
28
33
 
29
- &.lux-disabled {
30
- color: luxcommon.$dark-disabled-text;
31
- cursor: text;
32
- lux-icon {
33
- i, mat-icon {
34
- color: luxcommon.$dark-disabled-text;
35
- }
36
- }
34
+ &:focus-visible:not(.lux-disabled) {
35
+ @include luxfocus.focus-dark-mixin;
36
+ border-radius: 2px;
37
37
  }
38
+ }
38
39
 
39
- &:hover:not(.lux-disabled) {
40
- color: luxcommon.$lux-hover-color;
41
- text-decoration: underline;
42
- cursor: pointer;
43
- lux-icon {
44
- i, mat-icon {
45
- color: luxcommon.$lux-hover-color;
46
- }
40
+ &.default-style {
41
+ color: map.get(luxpalette.$lux-palette-primary, A700);
42
+ font-family: inherit;
43
+ lux-icon {
44
+ i,
45
+ mat-icon {
46
+ color: map.get(luxpalette.$lux-palette-primary, A700);
47
47
  }
48
48
  }
49
-
50
- &:focus:not(.lux-disabled, :hover) {
51
- @include luxfocus.focus-dark-mixin;
52
- border-radius: 2px;
49
+ }
50
+
51
+ &.lux-disabled,
52
+ .link-wrapper.lux-disabled {
53
+ color: luxcommon.$dark-disabled-text;
54
+ cursor: text;
55
+ text-decoration: none;
56
+ lux-icon {
57
+ i,
58
+ mat-icon {
59
+ color: luxcommon.$dark-disabled-text;
60
+ }
53
61
  }
54
62
  }
55
- &.breadcrump-item .link-wrapper{
56
- color: inherit;
57
- lux-icon mat-icon {
58
- color: inherit;
63
+
64
+ &:hover:not(.lux-disabled) {
65
+ color: map.get(luxpalette.$lux-palette-primary, 300);
66
+ text-decoration: underline;
67
+ cursor: pointer;
68
+ lux-icon {
69
+ i,
70
+ mat-icon {
71
+ color: map.get(luxpalette.$lux-palette-primary, 300);
72
+ }
59
73
  }
60
74
  }
61
- }
75
+ }
@@ -1096,3 +1096,15 @@ lux-textarea-ac {
1096
1096
  line-height: normal;
1097
1097
  }
1098
1098
  }
1099
+
1100
+ lux-checkbox-container-ac {
1101
+ .lux-checkbox-container {
1102
+ row-gap: 6px;
1103
+ }
1104
+ .lux-label-container {
1105
+ margin: 0 0 0.25em 0;
1106
+ }
1107
+ lux-checkbox-ac lux-form-control-wrapper .lux-form-control-wrapper .lux-form-control-container-authentic.lux-no-input-row {
1108
+ height: auto;
1109
+ }
1110
+ }