@ihk-gfi/lux-components-theme 14.0.0 → 14.1.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.
@@ -9,6 +9,7 @@
9
9
  @use "luxpalette";
10
10
  @use "../public/global";
11
11
  @use "luxelevations";
12
+ @use "../base/luxSvgIcons" as luxicons;
12
13
 
13
14
 
14
15
  /*
@@ -733,7 +734,7 @@ lux-file-progress {
733
734
  }
734
735
  }
735
736
 
736
- .lux-form-control-misc {
737
+ .lux-form-control-misc div {
737
738
  > * {
738
739
  color: luxpalette.$lux-warn-color !important;
739
740
  }
@@ -750,6 +751,26 @@ lux-file-progress {
750
751
  }
751
752
  }
752
753
 
754
+ lux-icon.lux-error-icon {
755
+ font-size: 12px;
756
+ max-height: 12px;
757
+ max-width: 12px;
758
+ padding: 0 4px 0 4px;
759
+
760
+ mat-icon {
761
+ padding: 0 !important;
762
+ min-width: 12px;
763
+ max-width: 12px;
764
+ min-height: 12px;
765
+ max-height: 12px;
766
+ color: luxpalette.$lux-warn-color;
767
+
768
+ &:hover {
769
+ cursor: pointer;
770
+ }
771
+ }
772
+ }
773
+
753
774
  /*
754
775
  * Theming for LUX-Layout-Card-Row
755
776
  */
@@ -1149,7 +1170,7 @@ lux-filter-form {
1149
1170
  background-color: transparent;
1150
1171
  color: map.get(luxpalette.$lux-palette_primary, 500);
1151
1172
  padding: 0px !important;
1152
- //margin: 0px !important;
1173
+ margin: 0px 4px !important;
1153
1174
 
1154
1175
  @include luxelevations.lux-elevation-z0;
1155
1176
  }
@@ -1431,7 +1452,7 @@ lux-stepper-large {
1431
1452
  flex-direction: column;
1432
1453
  flex: 0 1 30%;
1433
1454
  gap: 12px;
1434
- padding: 12px;
1455
+ padding: 12px 33px 12px 12px;
1435
1456
 
1436
1457
  overflow-y: auto;
1437
1458
  min-width: 400px;
@@ -1470,6 +1491,25 @@ lux-stepper-large {
1470
1491
 
1471
1492
  a {
1472
1493
  color: #2E8533;
1494
+ position: relative;
1495
+ }
1496
+
1497
+ a::after {
1498
+ content: '';
1499
+ position: absolute;
1500
+ display: inline-block;
1501
+ width: 23px;
1502
+ height: 23px;
1503
+ margin: 5px 10px 0px;
1504
+ background-color: #2E8533;
1505
+ -webkit-mask: url(luxicons.$checkmark);
1506
+ -webkit-mask-repeat: no-repeat;
1507
+ -webkit-mask-position: center;
1508
+ -webkit-mask-size: cover;
1509
+ mask: url(luxicons.$checkmark);
1510
+ mask-repeat: no-repeat;
1511
+ mask-position: center;
1512
+ mask-size: cover;
1473
1513
  }
1474
1514
  }
1475
1515
 
@@ -1708,4 +1748,10 @@ lux-stepper-large {
1708
1748
  font-size: 18px;
1709
1749
  }
1710
1750
  }
1751
+
1752
+ &.lux-stepper-large-nav-item.lux-touched:not(.lux-disabled).lux-completed:not(.lux-active) a::after{
1753
+ width: 18px;
1754
+ height: 18px;
1755
+ margin-top: 4px;
1756
+ }
1711
1757
  }
@@ -3,6 +3,7 @@
3
3
  @use "luxcommon";
4
4
  @use "luxpalette";
5
5
  @use "../public/global";
6
+ @use "../base/luxSvgIcons" as luxicons;
6
7
 
7
8
  /*
8
9
  Dieses Partial-SCSS dient der Verwaltung der Styles für Fokus, Hover und Selected für die LUX-Components und
@@ -55,7 +56,7 @@ $outline-bright: luxcommon.$outline-width luxcommon.$outline-style luxcommon.$ou
55
56
  background: luxcommon.$app-gradient;
56
57
  background-color: #fff;
57
58
  border: 1px solid map.get(luxpalette.$lux-palette-primary, 500);
58
- box-shadow: 0 0 0 2px var(--lux-theme-primary-500) inset;
59
+ box-shadow: 0 0 0 1px var(--lux-theme-primary-500) inset;
59
60
  position: relative;
60
61
  border-radius: 4px;
61
62
  &:after {
@@ -175,7 +176,7 @@ lux-side-nav {
175
176
  /** ########## Card ########## **/
176
177
  lux-card mat-card {
177
178
  &[class~=lux-cursor]:focus-visible {
178
- @include focus-dark-mixin;
179
+ @include focus-dark-mixin-inline;
179
180
  }
180
181
 
181
182
  &[class~=lux-cursor]:hover {
@@ -196,10 +197,6 @@ lux-list {
196
197
  lux-list-item {
197
198
  &:focus-visible {
198
199
  outline: none;
199
-
200
- mat-card {
201
- @include focus-dark-mixin-inline;
202
- }
203
200
  }
204
201
 
205
202
  lux-card {
@@ -287,11 +284,15 @@ lux-form-control {
287
284
  position: relative;
288
285
  @include focus-dark-mixin;
289
286
  }
290
-
291
287
  }
292
288
  }
289
+
290
+ lux-icon.lux-error-icon:focus-visible {
291
+ @include focus-dark-mixin;
292
+ }
293
+
293
294
  /** ########## Datepicker ########## **/
294
- lux-datepicker, lux-datepicker-ac {
295
+ lux-datepicker {
295
296
  mat-datepicker-toggle {
296
297
  button:focus-visible {
297
298
  @include focus-dark-mixin;
@@ -307,6 +308,25 @@ lux-datepicker, lux-datepicker-ac {
307
308
  }
308
309
  }
309
310
  }
311
+ lux-datepicker-ac, lux-datetimepicker-ac {
312
+ mat-datepicker-toggle {
313
+ button:focus-visible {
314
+ @include focus-dark-mixin;
315
+ border-radius: 4px;
316
+ }
317
+
318
+ button:hover {
319
+ background-color: #fff;
320
+ border-radius: 4px;
321
+ lux-icon.lux-datepicker-toggle-icon.lux-color-blue {
322
+ color: luxcommon.$lux-hover-color;
323
+ }
324
+ }
325
+ .mat-button-focus-overlay {
326
+ display: none;
327
+ }
328
+ }
329
+ }
310
330
 
311
331
  // Class, welche das aufgeklappte Panel referenziert
312
332
  .lux-datepicker-panel {
@@ -342,7 +362,7 @@ lux-datepicker, lux-datepicker-ac {
342
362
  }
343
363
 
344
364
  /** ########## Datetimepicker ########## **/
345
- lux-datetimepicker, lux-datetimepicker-ac {
365
+ lux-datetimepicker {
346
366
  mat-datepicker-toggle {
347
367
  button:focus-visible {
348
368
  @include focus-dark-mixin;
@@ -458,21 +478,73 @@ lux-table {
458
478
  }
459
479
  }
460
480
 
481
+ /** ########## Select-AC ########## **/
482
+ @mixin lux-option-highlight-mixin {
483
+ background-color: map-get(luxpalette.$lux-palette_primary, 300);
484
+ color: #ffffff;
485
+ .mat-pseudo-checkbox {
486
+ color: #ffffff;
487
+ }
488
+ .mat-pseudo-checkbox-checked {
489
+ background-color: #ffffff;
490
+ }
491
+ .mat-pseudo-checkbox-checked::after {
492
+ border-color: map.get(luxpalette.$lux-palette_primary, 500) !important;
493
+ }
494
+ }
495
+
461
496
  .lux-select-panel-ac {
462
497
  mat-option {
463
- &.mat-selected.mat-option:not(.mat-option-disabled) {
464
- @include lux-selected-mixin-ac;
465
- }
466
-
467
- // Der Focus bei mat-option wird über die Klasse .mat-active gesteuert
468
- // bisher noch keine Lösung um den mouse-focus auszuschalten
469
- &.mat-active:not(.cdk-mouse-focused) {
498
+ &.mat-selected.mat-option:not(.mat-option-disabled) .mat-option-text {
499
+ position: relative;
500
+ &::after {
501
+ content: '';
502
+ position: absolute;
503
+ width: 18px;
504
+ height: 18px;
505
+ top: 14px;
506
+ margin: 0 6px;
507
+ background-color: luxpalette.$lux-primary-color;
508
+ -webkit-mask: url(luxicons.$checkmark);
509
+ -webkit-mask-repeat: no-repeat;
510
+ -webkit-mask-position: center;
511
+ -webkit-mask-size: cover;
512
+ mask: url(luxicons.$checkmark);
513
+ mask-repeat: no-repeat;
514
+ mask-position: center;
515
+ mask-size: cover;
516
+ }
517
+ }
518
+ }
519
+ }
520
+
521
+ .lux-select-panel-ac, .lux-select-panel-ac-multiple, .lux-autocomplete-panel-ac, .lux-chips-ac-autocomplete-panel {
522
+ &.mat-select-panel mat-option,
523
+ &.mat-autocomplete-panel mat-option {
524
+ &.mat-selected.mat-option:not(.mat-option-disabled):not(:hover):not(.mat-active) {
525
+ color: map-get(luxpalette.$lux-palette_primary, 500);
526
+ background-color: #ffffff;
527
+ font-weight: 600;
528
+ }
529
+
530
+ // Der Focus bei mat-option wird über die Klasse .mat-active gesteuert
531
+ &.mat-option.mat-active:not(.cdk-mouse-focused) {
470
532
  @include focus-dark-mixin-inline;
471
- border-radius: 4px;
533
+ @include lux-option-highlight-mixin;
534
+ & .mat-option-text::after {
535
+ background-color: #fff;
536
+ }
472
537
  }
473
538
 
474
539
  &:hover:not(.invalid, .mat-option-disabled) {
475
- @include lux-hovered-mixin;
540
+ @include lux-option-highlight-mixin;
541
+ border-radius: 0px !important;
542
+ .mat-pseudo-checkbox {
543
+ color: #ffffff;
544
+ }
545
+ & .mat-option-text::after {
546
+ background-color: #fff;
547
+ }
476
548
  }
477
549
  }
478
550
  }
@@ -589,7 +661,8 @@ lux-tabs {
589
661
 
590
662
 
591
663
  &:hover:not(.mat-tab-disabled) {
592
- @include lux-hovered-mixin;
664
+ background-color: luxcommon.$lux-hover-color;
665
+ border-radius: 4px;
593
666
  }
594
667
  }
595
668
 
@@ -611,7 +684,8 @@ mat-card lux-tabs {
611
684
  }
612
685
 
613
686
  &:hover:not(.mat-tab-disabled) {
614
- @include lux-hovered-mixin;
687
+ background-color: luxcommon.$lux-hover-color;
688
+ border-radius: 4px;
615
689
  }
616
690
  }
617
691
 
@@ -673,7 +747,6 @@ lux-panel {
673
747
  @include focus-dark-mixin-inline;
674
748
  }
675
749
 
676
-
677
750
  &:hover {
678
751
  @include lux-hovered-mixin;
679
752
  }
@@ -257,13 +257,6 @@ h6 {
257
257
  flex: 1 1 100%;
258
258
  }
259
259
 
260
- .lux-tile-ac-wrapper-demo {
261
- .lux-tile-ac {
262
- width: 260px;
263
- min-height: 120px;
264
- }
265
- }
266
-
267
260
  body {
268
261
  -webkit-overflow-scrolling: touch;
269
262
  }
@@ -5,7 +5,7 @@
5
5
  @use "../luxpalette";
6
6
  @use "../../public/global";
7
7
  @use "../luxelevations";
8
-
8
+ @use "../luxSvgIcons" as luxicons;
9
9
 
10
10
  lux-app-header-ac {
11
11
  display: block;
@@ -17,9 +17,6 @@ lux-app-header-ac {
17
17
  @include luxfocus.focus-dark-mixin;
18
18
  border-radius: 4px;
19
19
  }
20
- &:hover {
21
- @include luxfocus.lux-hovered-mixin;
22
- }
23
20
  }
24
21
 
25
22
  lux-button {
@@ -36,8 +33,9 @@ lux-app-header-ac {
36
33
  }
37
34
 
38
35
  &:hover:not([disabled]).mat-fab:hover.mat-primary {
39
- lux-icon { color: #ffffff !important; }
40
-
36
+ lux-icon {
37
+ color: #ffffff !important;
38
+ }
41
39
  }
42
40
  &:focus-visible:not([disabled]).mat-fab.mat-primary.cdk-focused.cdk-keyboard-focused {
43
41
  background-color: transparent !important;
@@ -45,10 +43,7 @@ lux-app-header-ac {
45
43
  color: map.get(luxpalette.$lux-palette_primary, 700) !important;
46
44
  }
47
45
  @include luxfocus.focus-dark-mixin;
48
-
49
- }
50
-
51
-
46
+ }
52
47
  }
53
48
 
54
49
  &.menu-opened {
@@ -138,3 +133,55 @@ lux-app-header-ac {
138
133
  }
139
134
  }
140
135
  }
136
+ .cdk-overlay-pane {
137
+ button.lux-menu-item {
138
+ margin: 0px;
139
+
140
+ &.lux-selected-item-ac {
141
+ font-weight: 600;
142
+ & .lux-button-label::after {
143
+ content: '';
144
+ position: absolute;
145
+ width: 20px;
146
+ height: 20px;
147
+ right: 0;
148
+ top: 14px;
149
+ margin: 0 10px 0 4px;
150
+ background-color: luxpalette.$lux-primary-color;
151
+ -webkit-mask: url(luxicons.$checkmark);
152
+ -webkit-mask-repeat: no-repeat;
153
+ -webkit-mask-position: center;
154
+ -webkit-mask-size: cover;
155
+ mask: url(luxicons.$checkmark);
156
+ mask-repeat: no-repeat;
157
+ mask-position: center;
158
+ mask-size: cover;
159
+ }
160
+ }
161
+
162
+ &:not([disabled=true]):hover {
163
+ background-color: map-get(luxpalette.$lux-palette_primary, 300) !important;
164
+ color: #ffffff;
165
+ .mat-icon-no-color {
166
+ color: #ffffff;
167
+ }
168
+ &::after {
169
+ background-color: #ffffff;
170
+ }
171
+ }
172
+
173
+ &:not([disabled=true]):focus-visible {
174
+ background-color: map-get(luxpalette.$lux-palette_primary, 300);
175
+ color: #ffffff;
176
+ .mat-icon-no-color {
177
+ color: #ffffff;
178
+ }
179
+ @include luxfocus.focus-dark-mixin-inline;
180
+ &::after {
181
+ width: 16px;
182
+ background-color: #ffffff;
183
+ }
184
+ }
185
+ }
186
+
187
+ }
@@ -55,6 +55,7 @@ lux-form-control-wrapper {
55
55
  &.lux-no-input-row {
56
56
  // lux-toggel-ac, lux-checkbox-ac, lux-slider-ac, lux-radio-ac werden auf der Baseline ausgerichtet
57
57
  // haben aber nicht den Rahmen, den die Input-Elemente haben
58
+ background-color: transparent;
58
59
  border: none;
59
60
  padding: 0.75em 0em;
60
61
  }
@@ -4,11 +4,22 @@
4
4
  @use "../../public/global";
5
5
  @use "../luxelevations";
6
6
  @use "../luxfocus";
7
+ @use "../../base/luxSvgIcons" as luxicons;
7
8
 
8
9
  /*
9
10
  * Theming for LUX-Select
10
11
  */
11
- lux-select-ac {
12
+ lux-select-ac, lux-lookup-combobox-ac {
13
+
14
+ & .lux-panel-opened {
15
+ //duch das Verschieben des Panels, verdeckt ein Teil der Overlay-Pane das Selectfeld
16
+ // dieses ist damit als Trigger zum Schließen des Panels nicht mehr erreichbar
17
+ // daher wird temporär der z-index erhöht
18
+ .lux-form-control-container-authentic {
19
+ z-index: 10000;
20
+ }
21
+ }
22
+
12
23
  mat-select {
13
24
  font-family: luxcommon.$app-font-family;
14
25
  height: calc( 1.5em - 1px) !important;
@@ -17,25 +28,71 @@
17
28
 
18
29
  .mat-select-arrow-wrapper{
19
30
  margin-left: 2px;
31
+ height: 24px;
32
+ width: 24px;
33
+
34
+ .mat-select-arrow {
35
+ border: none;
36
+ width: 100%;
37
+ height: 100%;
38
+ margin: 0;
39
+ background-color: luxpalette.$lux-primary-color;
40
+ -webkit-mask: url(luxicons.$arrow-button-down);
41
+ -webkit-mask-repeat: no-repeat;
42
+ -webkit-mask-position: center;
43
+ -webkit-mask-size: cover;
44
+ mask: url(luxicons.$arrow-button-down);
45
+ mask-repeat: no-repeat;
46
+ mask-position: center;
47
+ mask-size: cover;
48
+ }
20
49
  }
50
+
21
51
  &[aria-disabled="true"] .mat-select-arrow {
22
- border-width: 10px;
23
- margin: 0 2px 0 0;
24
- color: luxcommon.$dark-disabled-text;
52
+ background-color: luxcommon.$dark-disabled-text;
25
53
  }
26
54
 
27
55
  &[aria-disabled="false"] .mat-select-arrow {
28
- border-width: 10px;
29
- margin: 0 2px 0 0;
30
- color: map.get(luxpalette.$lux-palette_primary, 500);
56
+ background-color: luxpalette.$lux-primary-color;
31
57
  }
32
58
  }
33
-
34
59
  }
35
60
 
36
61
  // Checkbox wird im Cdk-Overlay dargestellt und hängt nicht unter der Component selbst.
37
- .lux-select-panel-ac .mat-pseudo-checkbox-checked {
38
- background-color: map.get(luxpalette.$lux-palette_primary, 500);
62
+ .lux-select-panel-ac .mat-pseudo-checkbox-checked,
63
+ .lux-select-panel-ac-multiple .mat-pseudo-checkbox-checked {
64
+ background-color: luxpalette.$lux-primary-color;
65
+ }
66
+ .cdk-overlay-pane {
67
+ .mat-option {
68
+ font-family: luxcommon.$app-font-family;
69
+ }
70
+ .mat-autocomplete-panel.lux-autocomplete-panel-ac,
71
+ .mat-select-panel.lux-select-panel-ac,
72
+ .mat-select-panel.lux-select-panel-ac-multiple {
73
+ min-width: calc(100% + 14px) !important;
74
+ max-width: calc(100% + 14px) !important;
75
+ margin: 34px 7px;
76
+ border: 2px solid luxpalette.$lux-primary-color;
77
+ border-radius: 4px;
78
+ box-shadow: none !important;
79
+
80
+ .mat-pseudo-checkbox {
81
+ color: luxpalette.$lux-primary-color;
82
+ }
83
+ }
84
+ .mat-select-panel.lux-select-panel-ac-multiple {
85
+ margin: 34px 31px;
86
+ }
87
+
88
+ .mat-autocomplete-panel.lux-autocomplete-panel-ac {
89
+ min-width: calc(100% + 14px) !important;
90
+ max-width: calc(100% + 14px) !important;
91
+ margin: 13px -9px;
92
+ border: 2px solid luxpalette.$lux-primary-color;
93
+ border-radius: 4px;
94
+ box-shadow: none !important;
95
+ }
39
96
  }
40
97
 
41
98
  /*
@@ -54,10 +111,7 @@ lux-checkbox-ac {
54
111
  white-space: normal;
55
112
  }
56
113
  }
57
- .mat-checkbox-disabled label {
58
- color: luxcommon.$dark-disabled-text;
59
- }
60
-
114
+
61
115
  .mat-checkbox-ripple {
62
116
  display: none;
63
117
  }
@@ -69,8 +123,19 @@ lux-checkbox-ac {
69
123
  //bei mehrzeiligen Labels wird die Checkbox oben und nicht zentriert angezeigt
70
124
  //dieses wird von material über das Margin gelöst und nicht über align-items o.ä.
71
125
  //da wir die Größe der Box geändert haben mussten wir das Margin ebenfalls anpassen
126
+ .mat-checkbox-frame {
127
+ border-color: luxpalette.$lux-primary-color;
128
+ }
72
129
  }
73
130
 
131
+ & .mat-checkbox-disabled {
132
+ label {
133
+ color: luxcommon.$dark-disabled-text;
134
+ }
135
+ .mat-checkbox-inner-container .mat-checkbox-frame {
136
+ border-color: luxcommon.$dark-disabled-text;
137
+ }
138
+ }
74
139
  }
75
140
 
76
141
  lux-datepicker-ac, lux-datetimepicker-ac {
@@ -98,7 +163,17 @@ lux-datepicker-ac, lux-datetimepicker-ac {
98
163
  }
99
164
  }
100
165
  }
101
-
166
+ .cdk-overlay-pane .mat-datepicker-content,
167
+ .lux-datetimepicker-overlay .mat-card.lux-card {
168
+ border: 2px solid luxpalette.$lux-primary-color;
169
+ box-shadow: none !important;
170
+ margin: 13px -9px;
171
+
172
+ & .mat-calendar-header button:hover {
173
+ background-color: #fff !important;
174
+ color: map-get(luxpalette.$lux-palette_primary, 300);
175
+ }
176
+ }
102
177
 
103
178
  /*
104
179
  * Theming für lux-Toggle
@@ -253,11 +328,14 @@ textarea {
253
328
  }
254
329
  }
255
330
  }
256
- .lux-chips-ac-autocomplete-panel {
257
- margin-top: -20px;
331
+ .lux-chips-ac-autocomplete-panel.mat-autocomplete-panel {
332
+ margin-top: -21px;
258
333
  margin-left: 0;
259
334
  margin-right: 0;
260
335
  border-radius: 4px;
336
+
337
+ box-shadow: none !important;
338
+ border: 2px solid luxpalette.$lux-primary-color;
261
339
  }
262
340
 
263
341
  /*
@@ -37,9 +37,14 @@ lux-link-plain {
37
37
  }
38
38
 
39
39
  &:hover:not(.lux-disabled) {
40
- @include luxfocus.lux-hovered-mixin;
40
+ color: luxcommon.$lux-hover-color;
41
41
  text-decoration: underline;
42
42
  cursor: pointer;
43
+ lux-icon {
44
+ i, mat-icon {
45
+ color: luxcommon.$lux-hover-color;
46
+ }
47
+ }
43
48
  }
44
49
 
45
50
  &:focus:not(.lux-disabled, :hover) {
@@ -13,9 +13,9 @@
13
13
  border-left-style: none;
14
14
  border-radius: 0 4px 4px 0;
15
15
  padding: 0;
16
- width: 35px;
17
- min-width: 35px;
18
- max-width: 35px;
16
+ width: 25px;
17
+ min-width: 25px;
18
+ max-width: 25px;
19
19
  background-color: #fff;
20
20
  }
21
21
  &.lux-master-ac-container-mobile {
@@ -31,30 +31,43 @@
31
31
  lux-button.master-ac-toggle {
32
32
  position: absolute;
33
33
  right: -18px;
34
- top: 20px;
34
+ top: 17px;
35
35
  z-index: 1000;
36
36
 
37
37
  button.lux-button.lux-button-rounded {
38
38
  @include luxelevations.lux-elevation-z0;
39
39
  border: 1px solid luxcommon.$app-border-color;
40
40
  color: map.get(luxpalette.$lux-palette-primary, 500);
41
-
42
- &:hover:not([disabled]){
43
- background-color: luxcommon.$lux-hover-color !important;
44
- color: #fff;
45
- border-radius: 50%
46
- }
41
+ background-color: #fff !important;
47
42
  }
48
43
 
49
44
  .lux-button-icon-round.lux-lx-icon.lux-no-size {
50
45
  // optische Anpassung für das "Chevron"-Icon, damit es zentriert im Button sitzt
51
46
  // Anpassung erforderlich, falls das Icon ausgetauscht wird
52
47
  padding-bottom: 2px;
48
+ padding-right: 1px;
49
+ padding-left: 1px;
50
+ }
51
+ }
52
+ button.lux-button.lux-button-rounded {
53
+ &:hover:not([disabled]){
54
+ color: luxcommon.$lux-hover-color;
55
+ border-radius: 50%
56
+ }
57
+ &:active:not([disabled]) {
58
+ color: map.get(luxpalette.$lux-palette-primary, 700);
59
+ background-color: #fff !important;
53
60
  }
54
61
  }
55
62
  .lux-menu-extended {
56
63
  padding: 0px;
57
64
  }
65
+ mat-card-title, h2 {
66
+ font-size: 16px;
67
+ }
68
+ mat-card-subtitle.mat-card-subtitle {
69
+ font-size: 14px;
70
+ }
58
71
  }
59
72
 
60
73
  lux-filter-form .lux-filter-card,
@@ -57,8 +57,7 @@ lux-tile-ac {
57
57
  @include luxfocus.focus-dark-mixin;
58
58
  }
59
59
  &[class~=lux-cursor]:hover {
60
- background-color: luxcommon.$lux-hover-color;
61
- background-image: unset;
60
+ border-color: luxpalette.$lux-primary-color;
62
61
  }
63
62
  }
64
63
  }
@@ -92,7 +92,7 @@
92
92
  // Farben für einen dunklen Hintergrund (z.B. Snackbar).
93
93
  $colorsForDarkBg: themeCommon.$colorsForDarkBg
94
94
  );
95
-
95
+ @use "../base/luxSvgIcons";
96
96
  @use "../base/luxelevations";
97
97
  @use "../base/luxcomponents";
98
98
  @use "../base/luxfocus";
@@ -93,7 +93,7 @@
93
93
  // Farben für einen dunklen Hintergrund (z.B. Snackbar).
94
94
  $colorsForDarkBg: themeCommon.$colorsForDarkBg
95
95
  );
96
-
96
+ @use "../base/luxSvgIcons";
97
97
  @use "../base/luxelevations";
98
98
  @use "../base/luxcomponents";
99
99
  @use "../base/luxfocus";