@coorpacademy/components 10.5.7-alpha.12 → 10.5.7-alpha.16
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 +24 -3
- package/lib/atom/select/style.css +24 -3
- package/package.json +2 -2
package/es/atom/select/style.css
CHANGED
|
@@ -77,8 +77,11 @@
|
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
.selectOption,
|
|
80
|
+
.no-label .selectWrapper{
|
|
81
|
+
min-width: min-content;
|
|
82
|
+
height: min-content;
|
|
83
|
+
}
|
|
80
84
|
|
|
81
|
-
.no-label .selectWrapper,
|
|
82
85
|
.player .selectWrapper {
|
|
83
86
|
min-width: min-content;
|
|
84
87
|
height: min-content;
|
|
@@ -233,6 +236,8 @@ div:not(.player) .noLabelCommon.selectSpan {
|
|
|
233
236
|
border: 1px solid light;
|
|
234
237
|
background: white;
|
|
235
238
|
border-radius: 2px;
|
|
239
|
+
min-width: min-content;
|
|
240
|
+
width: 100%;
|
|
236
241
|
}
|
|
237
242
|
|
|
238
243
|
div.player .noLabelCommon.selectSpan {
|
|
@@ -347,6 +352,7 @@ div.player .noLabelCommon.selectSpan {
|
|
|
347
352
|
margin: 0;
|
|
348
353
|
height: 35px;
|
|
349
354
|
border: 0;
|
|
355
|
+
width: inherit;
|
|
350
356
|
}
|
|
351
357
|
|
|
352
358
|
.mooc select {
|
|
@@ -465,7 +471,10 @@ div.player .noLabelCommon.selectSpan {
|
|
|
465
471
|
|
|
466
472
|
.header {
|
|
467
473
|
composes: mooc;
|
|
468
|
-
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.header .selectBox {
|
|
477
|
+
margin-left: 0;
|
|
469
478
|
}
|
|
470
479
|
|
|
471
480
|
.default .selectWrapper select.selectBox {
|
|
@@ -477,7 +486,19 @@ div.player .noLabelCommon.selectSpan {
|
|
|
477
486
|
top: 0;
|
|
478
487
|
}
|
|
479
488
|
|
|
480
|
-
.header
|
|
489
|
+
.header .title,
|
|
490
|
+
.header .selectWrapper span.selectSpan {
|
|
491
|
+
min-width: 150px;
|
|
492
|
+
color: transparent;
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
.header .selectWrapper select.selectBox {
|
|
496
|
+
padding-left: 10px;
|
|
497
|
+
border-radius: 2px;
|
|
498
|
+
padding-right: 30px;
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
.header .selectBox {
|
|
481
502
|
background-color: light;
|
|
482
503
|
border: 0;
|
|
483
504
|
font-weight: 700;
|
|
@@ -77,8 +77,11 @@
|
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
.selectOption,
|
|
80
|
+
.no-label .selectWrapper{
|
|
81
|
+
min-width: min-content;
|
|
82
|
+
height: min-content;
|
|
83
|
+
}
|
|
80
84
|
|
|
81
|
-
.no-label .selectWrapper,
|
|
82
85
|
.player .selectWrapper {
|
|
83
86
|
min-width: min-content;
|
|
84
87
|
height: min-content;
|
|
@@ -233,6 +236,8 @@ div:not(.player) .noLabelCommon.selectSpan {
|
|
|
233
236
|
border: 1px solid light;
|
|
234
237
|
background: white;
|
|
235
238
|
border-radius: 2px;
|
|
239
|
+
min-width: min-content;
|
|
240
|
+
width: 100%;
|
|
236
241
|
}
|
|
237
242
|
|
|
238
243
|
div.player .noLabelCommon.selectSpan {
|
|
@@ -347,6 +352,7 @@ div.player .noLabelCommon.selectSpan {
|
|
|
347
352
|
margin: 0;
|
|
348
353
|
height: 35px;
|
|
349
354
|
border: 0;
|
|
355
|
+
width: inherit;
|
|
350
356
|
}
|
|
351
357
|
|
|
352
358
|
.mooc select {
|
|
@@ -465,7 +471,10 @@ div.player .noLabelCommon.selectSpan {
|
|
|
465
471
|
|
|
466
472
|
.header {
|
|
467
473
|
composes: mooc;
|
|
468
|
-
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.header .selectBox {
|
|
477
|
+
margin-left: 0;
|
|
469
478
|
}
|
|
470
479
|
|
|
471
480
|
.default .selectWrapper select.selectBox {
|
|
@@ -477,7 +486,19 @@ div.player .noLabelCommon.selectSpan {
|
|
|
477
486
|
top: 0;
|
|
478
487
|
}
|
|
479
488
|
|
|
480
|
-
.header
|
|
489
|
+
.header .title,
|
|
490
|
+
.header .selectWrapper span.selectSpan {
|
|
491
|
+
min-width: 150px;
|
|
492
|
+
color: transparent;
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
.header .selectWrapper select.selectBox {
|
|
496
|
+
padding-left: 10px;
|
|
497
|
+
border-radius: 2px;
|
|
498
|
+
padding-right: 30px;
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
.header .selectBox {
|
|
481
502
|
background-color: light;
|
|
482
503
|
border: 0;
|
|
483
504
|
font-weight: 700;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/components",
|
|
3
|
-
"version": "10.5.7-alpha.
|
|
3
|
+
"version": "10.5.7-alpha.16+7d6313877",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -119,5 +119,5 @@
|
|
|
119
119
|
"webpack-hot-middleware": "^2.25.0"
|
|
120
120
|
},
|
|
121
121
|
"author": "CoorpAcademy",
|
|
122
|
-
"gitHead": "
|
|
122
|
+
"gitHead": "7d6313877a05c649825572ada11a8f5ee6d437d0"
|
|
123
123
|
}
|