@linzjs/lui 13.1.3 → 13.1.5

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/dist/lui.css CHANGED
@@ -2843,14 +2843,14 @@ table .lui-checkbox-container input {
2843
2843
  /**
2844
2844
  * Here is where we can override the styles of react-menu
2845
2845
  */
2846
- .lui-menu {
2846
+ .lui-menu.szh-menu {
2847
2847
  z-index: 900;
2848
2848
  color: #2a292c;
2849
2849
  font-family: "Open Sans", system-ui, sans-serif;
2850
2850
  font-style: normal;
2851
2851
  font-weight: 300;
2852
2852
  }
2853
- .lui-menu a[role=menuitem] {
2853
+ .lui-menu.szh-menu a[role=menuitem] {
2854
2854
  text-decoration: none;
2855
2855
  color: #2a292c;
2856
2856
  font-family: "Open Sans", system-ui, sans-serif;