@ilo-org/styles 0.3.3 → 0.3.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ilo-org/styles",
3
3
  "description": "Styles for products using ILO's Design System",
4
- "version": "0.3.3",
4
+ "version": "0.3.4",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/international-labour-organization/designsystem.git",
@@ -222,6 +222,10 @@
222
222
  display: flex;
223
223
  justify-content: space-between;
224
224
  padding: 0 20px;
225
+
226
+ .ilo--subnav--open & {
227
+ visibility: visible;
228
+ }
225
229
  }
226
230
  }
227
231