halleyx-ui-framework 5.2.2 → 5.3.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.
@@ -798,16 +798,30 @@
798
798
  width: 100%;
799
799
  }
800
800
  }
801
-
801
+ .collapseIcon{
802
+ background-color: white;
803
+ color: var(--hlx-color-primary);
804
+ position: absolute;
805
+ bottom: -0.4em;
806
+ z-index: 100;
807
+ font-size: var(--hlx-font-size-xs);
808
+ right: 47.5% !important;
809
+ cursor: pointer;
810
+ width: 9px;
811
+ height: 8px;
812
+ border-radius: 100%;
813
+ }
802
814
  .downIcon {
803
815
  color: var(--hlx-color-primary);
804
- position: absolute;
805
- bottom: -0.5em;
816
+ position: relative;
817
+ bottom: 0.5em;
806
818
  z-index: 100;
807
819
  font-size: var(--hlx-font-size-xs);
808
- right: 46% !important;
820
+ right: 45.5% !important;
809
821
  cursor: pointer;
810
- }
822
+ }
823
+
824
+
811
825
 
812
826
  // }
813
827
  }