@coorpacademy/components 11.16.1 → 11.16.2
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/es/atom/select/style.css
CHANGED
|
@@ -85,7 +85,7 @@ div.coorpmanager label.selectWrapper {
|
|
|
85
85
|
.selectSpan {
|
|
86
86
|
display: none;
|
|
87
87
|
position: relative;
|
|
88
|
-
z-index:
|
|
88
|
+
z-index: 1;
|
|
89
89
|
white-space: nowrap;
|
|
90
90
|
pointer-events: none;
|
|
91
91
|
height: 18px;
|
|
@@ -167,7 +167,7 @@ div.coorpmanager label.selectWrapper {
|
|
|
167
167
|
pointer-events: none;
|
|
168
168
|
width: 12px;
|
|
169
169
|
height: 12px;
|
|
170
|
-
z-index:
|
|
170
|
+
z-index: 2;
|
|
171
171
|
}
|
|
172
172
|
|
|
173
173
|
.selectedArrow {
|
|
@@ -85,7 +85,7 @@ div.coorpmanager label.selectWrapper {
|
|
|
85
85
|
.selectSpan {
|
|
86
86
|
display: none;
|
|
87
87
|
position: relative;
|
|
88
|
-
z-index:
|
|
88
|
+
z-index: 1;
|
|
89
89
|
white-space: nowrap;
|
|
90
90
|
pointer-events: none;
|
|
91
91
|
height: 18px;
|
|
@@ -167,7 +167,7 @@ div.coorpmanager label.selectWrapper {
|
|
|
167
167
|
pointer-events: none;
|
|
168
168
|
width: 12px;
|
|
169
169
|
height: 12px;
|
|
170
|
-
z-index:
|
|
170
|
+
z-index: 2;
|
|
171
171
|
}
|
|
172
172
|
|
|
173
173
|
.selectedArrow {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"ignore_dirs":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/components",
|
|
3
|
-
"version": "11.16.
|
|
3
|
+
"version": "11.16.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -168,5 +168,5 @@
|
|
|
168
168
|
"last 2 versions",
|
|
169
169
|
"IE 11"
|
|
170
170
|
],
|
|
171
|
-
"gitHead": "
|
|
171
|
+
"gitHead": "a35501416cb789ce47c90c4e3bc454a9e31310ca"
|
|
172
172
|
}
|