@mongodb-js/compass-indexes 4.24.0 → 4.27.0
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/dist/browser.js +1 -1
- package/dist/index.css +16 -0
- package/dist/index.js +5 -5
- package/dist/index.js.LICENSE.txt +1 -0
- package/package.json +25 -23
package/dist/index.css
CHANGED
@@ -190,6 +190,21 @@
|
|
190
190
|
padding: 3px 10px;
|
191
191
|
min-width: 30px;
|
192
192
|
}
|
193
|
+
.type-column-module-type-column-property-columnstore__2amO2 {
|
194
|
+
display: inline-block;
|
195
|
+
text-align: center;
|
196
|
+
white-space: nowrap;
|
197
|
+
margin-right: 15px;
|
198
|
+
cursor: default;
|
199
|
+
color: #548273;
|
200
|
+
background-color: #e8eceb;
|
201
|
+
font-size: 11px;
|
202
|
+
font-weight: bold;
|
203
|
+
text-transform: uppercase;
|
204
|
+
border-radius: 20px;
|
205
|
+
padding: 3px 10px;
|
206
|
+
min-width: 30px;
|
207
|
+
}
|
193
208
|
.type-column-module-type-column-property-clustered___IGu8 {
|
194
209
|
display: inline-block;
|
195
210
|
text-align: center;
|
@@ -332,6 +347,7 @@
|
|
332
347
|
.indexes-module-indexes__17iKk {
|
333
348
|
width: 100%;
|
334
349
|
padding: 15px;
|
350
|
+
padding-top: 0;
|
335
351
|
flex-grow: 1;
|
336
352
|
overflow: auto;
|
337
353
|
}
|