@blueking/date-picker 0.0.13 → 0.0.15

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.
@@ -779,6 +779,22 @@ optgroup {
779
779
  color: #63656e;
780
780
  border: 1px solid #c4c6cc;
781
781
  border-radius: 2px;
782
+ /* stylelint-disable-next-line no-descending-specificity */
783
+ }
784
+ .__bk_date_picker__ div::-webkit-scrollbar,
785
+ .__bk_date_picker__ ul::-webkit-scrollbar,
786
+ .__bk_date_picker__ section::-webkit-scrollbar,
787
+ .__bk_date_picker__ article::-webkit-scrollbar {
788
+ width: 4px;
789
+ height: 4px;
790
+ }
791
+ .__bk_date_picker__ div::-webkit-scrollbar-thumb,
792
+ .__bk_date_picker__ ul::-webkit-scrollbar-thumb,
793
+ .__bk_date_picker__ section::-webkit-scrollbar-thumb,
794
+ .__bk_date_picker__ article::-webkit-scrollbar-thumb {
795
+ background: #ddd;
796
+ border-radius: 20px;
797
+ box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3);
782
798
  }
783
799
  .__bk_date_picker__ .date-icon {
784
800
  display: flex;
@@ -805,6 +821,29 @@ optgroup {
805
821
  cursor: pointer;
806
822
  background-color: #f0f1f5;
807
823
  }
824
+ .__bk_date_picker__.is-simplicity {
825
+ border-color: transparent;
826
+ }
827
+ .__bk_date_picker__.is-simplicity .date-icon {
828
+ background-color: transparent;
829
+ }
830
+ .__bk_date_picker__.is-simplicity .date-icon:hover {
831
+ cursor: pointer;
832
+ background-color: #f0f1f5;
833
+ }
834
+ .__bk_date_picker__.is-disabled {
835
+ color: #c4c6cc;
836
+ cursor: not-allowed;
837
+ /* stylelint-disable-next-line no-descending-specificity */
838
+ }
839
+ .__bk_date_picker__.is-disabled .date-icon {
840
+ color: #c4c6cc;
841
+ pointer-events: none;
842
+ }
843
+ .__bk_date_picker__.is-disabled .date-content {
844
+ pointer-events: none;
845
+ cursor: not-allowed;
846
+ }
808
847
  .__bk_date_picker__ .date-content {
809
848
  display: flex;
810
849
  align-items: center;
@@ -828,24 +867,6 @@ optgroup {
828
867
  cursor: pointer;
829
868
  background: #f5f7fa;
830
869
  }
831
- .__bk_date_picker__.is-simplicity {
832
- border-color: transparent;
833
- }
834
- .__bk_date_picker__.is-simplicity .date-icon {
835
- background-color: transparent;
836
- }
837
- .__bk_date_picker__.is-disabled {
838
- color: #c4c6cc;
839
- cursor: not-allowed;
840
- }
841
- .__bk_date_picker__.is-disabled .date-icon {
842
- color: #c4c6cc;
843
- pointer-events: none;
844
- }
845
- .__bk_date_picker__.is-disabled .date-content {
846
- pointer-events: none;
847
- cursor: not-allowed;
848
- }
849
870
  .__bk-date-picker-popover__ {
850
871
  /* stylelint-disable-next-line declaration-no-important */
851
872
  padding: 0 !important;
@@ -854,6 +875,21 @@ optgroup {
854
875
  /* stylelint-disable-next-line declaration-no-important */
855
876
  color: #63656e !important;
856
877
  }
878
+ .__bk-date-picker-popover__ div::-webkit-scrollbar,
879
+ .__bk-date-picker-popover__ ul::-webkit-scrollbar,
880
+ .__bk-date-picker-popover__ section::-webkit-scrollbar,
881
+ .__bk-date-picker-popover__ article::-webkit-scrollbar {
882
+ width: 4px;
883
+ height: 4px;
884
+ }
885
+ .__bk-date-picker-popover__ div::-webkit-scrollbar-thumb,
886
+ .__bk-date-picker-popover__ ul::-webkit-scrollbar-thumb,
887
+ .__bk-date-picker-popover__ section::-webkit-scrollbar-thumb,
888
+ .__bk-date-picker-popover__ article::-webkit-scrollbar-thumb {
889
+ background: #ddd;
890
+ border-radius: 20px;
891
+ box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3);
892
+ }
857
893
  .__bk-date-picker-popover__ ul {
858
894
  padding: 0;
859
895
  margin: 0;
@@ -869,6 +905,21 @@ optgroup {
869
905
  max-width: 156px;
870
906
  line-height: 20px;
871
907
  }
908
+ .__date-tooltips__ div::-webkit-scrollbar,
909
+ .__date-tooltips__ ul::-webkit-scrollbar,
910
+ .__date-tooltips__ section::-webkit-scrollbar,
911
+ .__date-tooltips__ article::-webkit-scrollbar {
912
+ width: 4px;
913
+ height: 4px;
914
+ }
915
+ .__date-tooltips__ div::-webkit-scrollbar-thumb,
916
+ .__date-tooltips__ ul::-webkit-scrollbar-thumb,
917
+ .__date-tooltips__ section::-webkit-scrollbar-thumb,
918
+ .__date-tooltips__ article::-webkit-scrollbar-thumb {
919
+ background: #ddd;
920
+ border-radius: 20px;
921
+ box-shadow: inset 0 0 6px rgba(204, 204, 204, 0.3);
922
+ }
872
923
  .__date-tooltips__ .date-tooltips-timezone {
873
924
  display: flex;
874
925
  align-items: center;