halleyx-ui-framework 4.5.4 → 4.5.5

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.
@@ -856,17 +856,23 @@ button {
856
856
 
857
857
  .multiselect-inline-tag-option {
858
858
  width: 100px;
859
+ height:25px;
860
+ background: var(--hlx-color-primary-light);
861
+ color: var(--hlx-color-primary-dark);
859
862
  }
860
863
  }
861
864
  .multi-select-inline-count-value {
862
- width: 34px;
865
+ width: 25px;
863
866
  display: flex;
864
867
  align-items: center;
865
- background: var(--hlx-color-primary);
866
- border-radius: 32px;
867
- height: 32px;
868
+ background: var(--hlx-color-primary-light);
869
+ color: var(--hlx-color-primary-dark);
870
+ // background: var(--hlx-color-primary);
871
+ border-radius: 25px;
872
+ height: 25px;
873
+ font-size: 12px;
868
874
  margin-left: 2px;
869
- color: var(--hlx-color-white);
875
+ // color: var(--hlx-color-white);
870
876
  justify-content: center;
871
877
  // position: absolute;
872
878
  }
@@ -943,7 +949,7 @@ button {
943
949
 
944
950
  .cutom-multi-select-title {
945
951
  position: absolute;
946
- top: -16px;
952
+ top: -12px;
947
953
  background: white;
948
954
  font-size: 12px;
949
955
  left: 6px;