@appscode/design-system 1.0.43-alpha.200 → 1.0.43-alpha.202

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.
@@ -466,16 +466,43 @@ li {
466
466
  z-index: 99;
467
467
  right: 30px;
468
468
  }
469
+ &.has-refresh-button {
470
+ .multiselect__select {
471
+ z-index: 99;
472
+ right: 60px;
473
+ }
474
+ .button {
475
+ &.is-refresh {
476
+ right: 30px;
477
+ }
478
+ }
479
+ }
480
+ .button {
481
+ &.is-information {
482
+ right: 0;
483
+ }
484
+ }
485
+ }
486
+ &.has-refresh-button {
487
+ .multiselect__select {
488
+ z-index: 99;
489
+ right: 30px;
490
+ }
491
+ .button {
492
+ &.is-refresh {
493
+ right: 0;
494
+ }
495
+ }
469
496
  }
470
497
 
471
498
  .button {
472
- &.is-information {
499
+ &.is-information,
500
+ &.is-refresh {
473
501
  background-color: transparent;
474
502
  border: none;
475
503
  position: absolute;
476
- right: 0;
477
- height: 45px;
478
- width: 45px;
504
+ height: 36px;
505
+ width: 36px;
479
506
  z-index: 90;
480
507
  margin-top: 0;
481
508
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "1.0.43-alpha.200",
3
+ "version": "1.0.43-alpha.202",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -38,7 +38,6 @@
38
38
  </div>
39
39
  </div>
40
40
  <div class="right-content" data-testid="filtered-file-editor-content">
41
- >
42
41
  <resource-loader v-if="isPreviewLoading" />
43
42
  <strong v-else-if="isYamlsNotSelected"
44
43
  >Selecet a data from sidebar</strong