@jetbrains/ring-ui 7.0.2 → 7.0.3

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.
@@ -11,6 +11,9 @@
11
11
  }
12
12
 
13
13
  .common {
14
+ position: relative;
15
+ z-index: 0; /* this creates an isolated z-index context */
16
+
14
17
  display: inline-block;
15
18
 
16
19
  white-space: nowrap;
@@ -143,9 +146,6 @@
143
146
  .split {
144
147
  composes: common;
145
148
  composes: buttonGroup from "../button-toolbar/button-toolbar.css";
146
-
147
- position: relative;
148
- z-index: 0;
149
149
  }
150
150
 
151
151
  .common button,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetbrains/ring-ui",
3
- "version": "7.0.2",
3
+ "version": "7.0.3",
4
4
  "description": "JetBrains UI library",
5
5
  "author": "JetBrains",
6
6
  "license": "Apache-2.0",