halleyx-ui-framework 4.0.7 → 4.0.9
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.
|
@@ -822,8 +822,13 @@ button{
|
|
|
822
822
|
align-items: center;
|
|
823
823
|
background-color: white;
|
|
824
824
|
position: relative;
|
|
825
|
+
cursor: pointer;
|
|
826
|
+
&:hover{
|
|
827
|
+
border-color: var(--hlx-color-primary);
|
|
828
|
+
}
|
|
825
829
|
.custom-multi-select-tag-value{
|
|
826
830
|
margin-left:8px;
|
|
831
|
+
cursor: pointer;
|
|
827
832
|
|
|
828
833
|
.multiselect-inline-tag-option{
|
|
829
834
|
width:100px;
|
|
@@ -844,13 +849,17 @@ button{
|
|
|
844
849
|
width:97%;
|
|
845
850
|
height:100%;
|
|
846
851
|
border:none;
|
|
852
|
+
// background-color: blue;
|
|
847
853
|
padding-left: 8px;
|
|
848
854
|
border-top-left-radius:4px;
|
|
855
|
+
cursor: pointer;
|
|
849
856
|
border-bottom-left-radius:4px;
|
|
850
857
|
}
|
|
851
|
-
.icon-angle-down-regular{
|
|
858
|
+
.icon-angle-down-regular,.icon-angle-up-regular{
|
|
859
|
+
position:absolute;
|
|
860
|
+
right:15px;
|
|
852
861
|
font-size: 14px;
|
|
853
|
-
width:30px;
|
|
862
|
+
// width:30px;
|
|
854
863
|
height:34px;
|
|
855
864
|
display: flex;
|
|
856
865
|
align-items: center;
|
|
@@ -859,6 +868,7 @@ button{
|
|
|
859
868
|
position: absolute;
|
|
860
869
|
height:200px;
|
|
861
870
|
width:100%;
|
|
871
|
+
border: 1px solid var(--hlx-border-color);
|
|
862
872
|
background-color: white;
|
|
863
873
|
overflow: scroll;
|
|
864
874
|
border-radius: 5px;
|
|
@@ -867,6 +877,7 @@ button{
|
|
|
867
877
|
padding-bottom: 8px;
|
|
868
878
|
top:39px;
|
|
869
879
|
left:0px;
|
|
880
|
+
overflow-y: none;
|
|
870
881
|
}
|
|
871
882
|
|
|
872
883
|
}
|