@linzjs/lui 13.1.3 → 13.1.4
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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [13.1.4](https://github.com/linz/lui/compare/v13.1.3...v13.1.4) (2022-02-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Fix menu z-index and recommended CSS import ([#551](https://github.com/linz/lui/issues/551)) ([6e4ebc1](https://github.com/linz/lui/commit/6e4ebc105cc40e4531c95a120aa8218eea10624d))
|
|
7
|
+
|
|
1
8
|
## [13.1.3](https://github.com/linz/lui/compare/v13.1.2...v13.1.3) (2022-02-03)
|
|
2
9
|
|
|
3
10
|
|
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;
|
package/package.json
CHANGED