@openfin/core-web 0.41.41 → 0.41.43

Sign up to get free protection for your applications and to get access to all the features.
package/out/styles.css CHANGED
@@ -734,4 +734,37 @@ div.placeholder_image img {
734
734
  }
735
735
  :root.light-theme .newTabButton:hover {
736
736
  filter: invert(1);
737
+ }
738
+
739
+ .lm_header .lm_tabdropdown_list {
740
+ overflow-y: auto;
741
+ }
742
+
743
+ .lm_tabdropdown_list::-webkit-scrollbar-track {
744
+ -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
745
+ border-radius: 8px;
746
+ background-color: #53565F;
747
+ }
748
+
749
+ .lm_tabdropdown_list::-webkit-scrollbar {
750
+ width: 8px;
751
+ background-color: #53565F;
752
+ }
753
+
754
+ .lm_tabdropdown_list::-webkit-scrollbar-thumb {
755
+ border-radius: 8px;
756
+ -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
757
+ background-color: #FFFFFF;
758
+ }
759
+
760
+ :root.light-theme .lm_tabdropdown_list::-webkit-scrollbar-track {
761
+ background-color: #C9CBD2;
762
+ }
763
+
764
+ :root.light-theme .lm_tabdropdown_list::-webkit-scrollbar {
765
+ background-color: #C9CBD2;
766
+ }
767
+
768
+ :root.light-theme .lm_tabdropdown_list::-webkit-scrollbar-thumb {
769
+ background-color: #111214;
737
770
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/core-web",
3
- "version": "0.41.41",
3
+ "version": "0.41.43",
4
4
  "description": "",
5
5
  "private": false,
6
6
  "files": [
@@ -53,6 +53,6 @@
53
53
  "uuid": "^8.3.2"
54
54
  },
55
55
  "peerDependencies": {
56
- "@openfin/core": "41.100.34"
56
+ "@openfin/core": "41.100.36"
57
57
  }
58
58
  }