@ihk-gfi/lux-components-theme 14.0.0 → 14.2.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.
@@ -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";