@deephaven/components 0.58.1-alpha-logos.5 → 0.58.1-alpha-light-theme-fixes.30

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.
Files changed (70) hide show
  1. package/css/BaseStyleSheet.css +53 -52
  2. package/css/BaseStyleSheet.css.map +1 -1
  3. package/dist/AutoCompleteInput.css +9 -6
  4. package/dist/AutoCompleteInput.css.map +1 -1
  5. package/dist/AutoResizeTextarea.css +1 -1
  6. package/dist/Button.d.ts.map +1 -1
  7. package/dist/Button.js +2 -25
  8. package/dist/Button.js.map +1 -1
  9. package/dist/ComboBox.css +3 -3
  10. package/dist/ComboBox.css.map +1 -1
  11. package/dist/CustomTimeSelect.css +10 -6
  12. package/dist/CustomTimeSelect.css.map +1 -1
  13. package/dist/DraggableItemList.css +1 -1
  14. package/dist/DraggableItemList.css.map +1 -1
  15. package/dist/HierarchicalCheckboxMenu.css +8 -2
  16. package/dist/HierarchicalCheckboxMenu.css.map +1 -1
  17. package/dist/ItemList.css.map +1 -1
  18. package/dist/MaskedInput.css.map +1 -1
  19. package/dist/SelectValueList.css +1 -1
  20. package/dist/SelectValueList.css.map +1 -1
  21. package/dist/SocketedButton.css +1 -1
  22. package/dist/SocketedButton.css.map +1 -1
  23. package/dist/ThemeExport.module.css +2 -2
  24. package/dist/ThemeExport.module.css.map +1 -1
  25. package/dist/TimeInput.d.ts.map +1 -1
  26. package/dist/TimeInput.js +29 -9
  27. package/dist/TimeInput.js.map +1 -1
  28. package/dist/TimeSlider.css +5 -2
  29. package/dist/TimeSlider.css.map +1 -1
  30. package/dist/TimeSlider.module.css +5 -2
  31. package/dist/TimeSlider.module.css.map +1 -1
  32. package/dist/ToastNotification.css.map +1 -1
  33. package/dist/UISwitch.css +1 -1
  34. package/dist/UISwitch.css.map +1 -1
  35. package/dist/context-actions/ContextActions.css.map +1 -1
  36. package/dist/menu-actions/DropdownMenu.css.map +1 -1
  37. package/dist/navigation/MenuItem.css +1 -1
  38. package/dist/navigation/MenuItem.css.map +1 -1
  39. package/dist/navigation/NavTabList.css +1 -1
  40. package/dist/navigation/NavTabList.css.map +1 -1
  41. package/dist/navigation/Page.css.map +1 -1
  42. package/dist/navigation/Stack.css.map +1 -1
  43. package/dist/popper/Popper.css.map +1 -1
  44. package/dist/theme/ThemeModel.d.ts +21 -0
  45. package/dist/theme/ThemeModel.d.ts.map +1 -1
  46. package/dist/theme/ThemeModel.js +1 -1
  47. package/dist/theme/ThemeModel.js.map +1 -1
  48. package/dist/theme/ThemeProvider.d.ts +2 -1
  49. package/dist/theme/ThemeProvider.d.ts.map +1 -1
  50. package/dist/theme/ThemeProvider.js +5 -4
  51. package/dist/theme/ThemeProvider.js.map +1 -1
  52. package/dist/theme/ThemeUtils.d.ts +15 -5
  53. package/dist/theme/ThemeUtils.d.ts.map +1 -1
  54. package/dist/theme/ThemeUtils.js +40 -16
  55. package/dist/theme/ThemeUtils.js.map +1 -1
  56. package/dist/theme/theme-dark/theme-dark-components.css +1 -1
  57. package/dist/theme/theme-dark/theme-dark-components.css.map +1 -1
  58. package/dist/theme/theme-dark/theme-dark-semantic-chart.css +1 -1
  59. package/dist/theme/theme-dark/theme-dark-semantic-chart.css.map +1 -1
  60. package/dist/theme/theme-dark/theme-dark-semantic.css +1 -1
  61. package/dist/theme/theme-dark/theme-dark-semantic.css.map +1 -1
  62. package/dist/theme/theme-light/theme-light-semantic-chart.css +1 -1
  63. package/dist/theme/theme-light/theme-light-semantic-chart.css.map +1 -1
  64. package/dist/theme/theme-light/theme-light-semantic.css +1 -1
  65. package/dist/theme/theme-light/theme-light-semantic.css.map +1 -1
  66. package/dist/theme/theme-spectrum/theme-spectrum-overrides.css +1 -1
  67. package/dist/theme/theme-spectrum/theme-spectrum-overrides.css.map +1 -1
  68. package/package.json +7 -7
  69. package/scss/BaseStyleSheet.scss +11 -9
  70. package/scss/bootstrap_overrides.scss +8 -7
@@ -162,7 +162,7 @@ a {
162
162
  background-color: transparent;
163
163
  }
164
164
  a:hover {
165
- color: var(--dh-color-fg);
165
+ color: var(--dh-color-fg, #f0f0ee);
166
166
  text-decoration: underline;
167
167
  }
168
168
 
@@ -1623,8 +1623,8 @@ pre code {
1623
1623
  .form-control {
1624
1624
  display: block;
1625
1625
  width: 100%;
1626
- height: calc(1.3em + 0.8428rem + 2px);
1627
- padding: 0.4214rem 0.75rem;
1626
+ height: calc(1.3em + 0.8429rem + 2px);
1627
+ padding: 0.42145rem 0.75rem;
1628
1628
  font-size: 1rem;
1629
1629
  font-weight: 400;
1630
1630
  line-height: 1.3;
@@ -1683,8 +1683,8 @@ select.form-control:focus::-ms-value {
1683
1683
  }
1684
1684
 
1685
1685
  .col-form-label {
1686
- padding-top: calc(0.4214rem + 1px);
1687
- padding-bottom: calc(0.4214rem + 1px);
1686
+ padding-top: calc(0.42145rem + 1px);
1687
+ padding-bottom: calc(0.42145rem + 1px);
1688
1688
  margin-bottom: 0;
1689
1689
  font-size: inherit;
1690
1690
  line-height: 1.3;
@@ -1707,7 +1707,7 @@ select.form-control:focus::-ms-value {
1707
1707
  .form-control-plaintext {
1708
1708
  display: block;
1709
1709
  width: 100%;
1710
- padding: 0.4214rem 0;
1710
+ padding: 0.42145rem 0;
1711
1711
  margin-bottom: 0;
1712
1712
  font-size: 1rem;
1713
1713
  line-height: 1.3;
@@ -1834,11 +1834,11 @@ textarea.form-control {
1834
1834
 
1835
1835
  .was-validated .form-control:valid, .form-control.is-valid {
1836
1836
  border-color: var(--dh-color-positive-bg);
1837
- padding-right: calc(1.3em + 0.8428rem) !important;
1837
+ padding-right: calc(1.3em + 0.8429rem) !important;
1838
1838
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='success' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
1839
1839
  background-repeat: no-repeat;
1840
- background-position: right calc(0.325em + 0.2107rem) center;
1841
- background-size: calc(0.65em + 0.4214rem) calc(0.65em + 0.4214rem);
1840
+ background-position: right calc(0.325em + 0.210725rem) center;
1841
+ background-size: calc(0.65em + 0.42145rem) calc(0.65em + 0.42145rem);
1842
1842
  }
1843
1843
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
1844
1844
  border-color: var(--dh-color-positive-bg);
@@ -1853,14 +1853,14 @@ textarea.form-control {
1853
1853
  }
1854
1854
 
1855
1855
  .was-validated textarea.form-control:valid, textarea.form-control.is-valid {
1856
- padding-right: calc(1.3em + 0.8428rem);
1857
- background-position: top calc(0.325em + 0.2107rem) right calc(0.325em + 0.2107rem);
1856
+ padding-right: calc(1.3em + 0.8429rem);
1857
+ background-position: top calc(0.325em + 0.210725rem) right calc(0.325em + 0.210725rem);
1858
1858
  }
1859
1859
 
1860
1860
  .was-validated .custom-select:valid, .custom-select.is-valid {
1861
1861
  border-color: var(--dh-color-positive-bg);
1862
- padding-right: calc(0.75em + 2.3821rem) !important;
1863
- background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23929192' d='M4 7l-.4-.8 4-3.7h.8l4 3.7-.4.8H4zm0 2l-.4.8 4 3.7h.8l4-3.7L12 9H4z'/%3E%3C/svg%3E") right 0.75rem center/16px 16px no-repeat, var(--dh-color-selector-bg) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='success' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.65em + 0.4214rem) calc(0.65em + 0.4214rem) no-repeat;
1862
+ padding-right: calc(0.75em + 2.382175rem) !important;
1863
+ background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23929192' d='M4 7l-.4-.8 4-3.7h.8l4 3.7-.4.8H4zm0 2l-.4.8 4 3.7h.8l4-3.7L12 9H4z'/%3E%3C/svg%3E") right 0.75rem center/16px 16px no-repeat, var(--dh-color-selector-bg) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='success' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.65em + 0.42145rem) calc(0.65em + 0.42145rem) no-repeat;
1864
1864
  }
1865
1865
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
1866
1866
  border-color: var(--dh-color-positive-bg);
@@ -1941,11 +1941,11 @@ textarea.form-control {
1941
1941
 
1942
1942
  .was-validated .form-control:invalid, .form-control.is-invalid {
1943
1943
  border-color: var(--dh-color-negative-bg);
1944
- padding-right: calc(1.3em + 0.8428rem) !important;
1944
+ padding-right: calc(1.3em + 0.8429rem) !important;
1945
1945
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none'%3E%3Cg fill='var%28--dh-color-negative-bg%29'%3E%3Cpath d='M7.56 1h.88l6.54 12.26-.44.74H1.44L1 13.26 7.56 1zM8 2.28 2.28 13H13.7L8 2.28zM8.625 12v-1h-1.25v1h1.25zm-1.25-2V6h1.25v4h-1.25z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
1946
1946
  background-repeat: no-repeat;
1947
- background-position: right calc(0.325em + 0.2107rem) center;
1948
- background-size: calc(0.65em + 0.4214rem) calc(0.65em + 0.4214rem);
1947
+ background-position: right calc(0.325em + 0.210725rem) center;
1948
+ background-size: calc(0.65em + 0.42145rem) calc(0.65em + 0.42145rem);
1949
1949
  }
1950
1950
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
1951
1951
  border-color: var(--dh-color-negative-bg);
@@ -1960,14 +1960,14 @@ textarea.form-control {
1960
1960
  }
1961
1961
 
1962
1962
  .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
1963
- padding-right: calc(1.3em + 0.8428rem);
1964
- background-position: top calc(0.325em + 0.2107rem) right calc(0.325em + 0.2107rem);
1963
+ padding-right: calc(1.3em + 0.8429rem);
1964
+ background-position: top calc(0.325em + 0.210725rem) right calc(0.325em + 0.210725rem);
1965
1965
  }
1966
1966
 
1967
1967
  .was-validated .custom-select:invalid, .custom-select.is-invalid {
1968
1968
  border-color: var(--dh-color-negative-bg);
1969
- padding-right: calc(0.75em + 2.3821rem) !important;
1970
- background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23929192' d='M4 7l-.4-.8 4-3.7h.8l4 3.7-.4.8H4zm0 2l-.4.8 4 3.7h.8l4-3.7L12 9H4z'/%3E%3C/svg%3E") right 0.75rem center/16px 16px no-repeat, var(--dh-color-selector-bg) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none'%3E%3Cg fill='var%28--dh-color-negative-bg%29'%3E%3Cpath d='M7.56 1h.88l6.54 12.26-.44.74H1.44L1 13.26 7.56 1zM8 2.28 2.28 13H13.7L8 2.28zM8.625 12v-1h-1.25v1h1.25zm-1.25-2V6h1.25v4h-1.25z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E ") center right 1.75rem/calc(0.65em + 0.4214rem) calc(0.65em + 0.4214rem) no-repeat;
1969
+ padding-right: calc(0.75em + 2.382175rem) !important;
1970
+ background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23929192' d='M4 7l-.4-.8 4-3.7h.8l4 3.7-.4.8H4zm0 2l-.4.8 4 3.7h.8l4-3.7L12 9H4z'/%3E%3C/svg%3E") right 0.75rem center/16px 16px no-repeat, var(--dh-color-selector-bg) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none'%3E%3Cg fill='var%28--dh-color-negative-bg%29'%3E%3Cpath d='M7.56 1h.88l6.54 12.26-.44.74H1.44L1 13.26 7.56 1zM8 2.28 2.28 13H13.7L8 2.28zM8.625 12v-1h-1.25v1h1.25zm-1.25-2V6h1.25v4h-1.25z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E ") center right 1.75rem/calc(0.65em + 0.42145rem) calc(0.65em + 0.42145rem) no-repeat;
1971
1971
  }
1972
1972
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
1973
1973
  border-color: var(--dh-color-negative-bg);
@@ -2078,7 +2078,7 @@ textarea.form-control {
2078
2078
  user-select: none;
2079
2079
  background-color: transparent;
2080
2080
  border: 2px solid transparent;
2081
- padding: 0.4214rem 1.5rem;
2081
+ padding: 0.42145rem 1.5rem;
2082
2082
  font-size: 1rem;
2083
2083
  line-height: 1.3;
2084
2084
  border-radius: 4rem;
@@ -2480,7 +2480,7 @@ fieldset:disabled a.btn {
2480
2480
  text-decoration: none;
2481
2481
  }
2482
2482
  .btn-link:hover {
2483
- color: var(--dh-color-fg);
2483
+ color: var(--dh-color-fg, #f0f0ee);
2484
2484
  text-decoration: underline;
2485
2485
  }
2486
2486
  .btn-link:focus, .btn-link.focus {
@@ -2749,14 +2749,14 @@ input[type=button].btn-block {
2749
2749
  padding: 0.25rem 1.5rem;
2750
2750
  clear: both;
2751
2751
  font-weight: 400;
2752
- color: var(--dh-color-fg);
2752
+ color: var(--dh-color-fg, #f0f0ee);
2753
2753
  text-align: inherit;
2754
2754
  white-space: nowrap;
2755
2755
  background-color: transparent;
2756
2756
  border: 0;
2757
2757
  }
2758
2758
  .dropdown-item:hover, .dropdown-item:focus {
2759
- color: var(--dh-color-fg);
2759
+ color: var(--dh-color-fg, #f0f0ee);
2760
2760
  text-decoration: none;
2761
2761
  background-color: var(--dh-color-accent-bg);
2762
2762
  }
@@ -2787,7 +2787,7 @@ input[type=button].btn-block {
2787
2787
  .dropdown-item-text {
2788
2788
  display: block;
2789
2789
  padding: 0.25rem 1.5rem;
2790
- color: var(--dh-color-fg);
2790
+ color: var(--dh-color-fg, #f0f0ee);
2791
2791
  }
2792
2792
 
2793
2793
  .btn-group,
@@ -3000,7 +3000,7 @@ input[type=button].btn-block {
3000
3000
  .input-group-text {
3001
3001
  display: flex;
3002
3002
  align-items: center;
3003
- padding: 0.4214rem 0.75rem;
3003
+ padding: 0.42145rem 0.75rem;
3004
3004
  margin-bottom: 0;
3005
3005
  font-size: 1rem;
3006
3006
  font-weight: 400;
@@ -3215,8 +3215,8 @@ input[type=button].btn-block {
3215
3215
  .custom-select {
3216
3216
  display: inline-block;
3217
3217
  width: 100%;
3218
- height: calc(1.3em + 0.8428rem + 2px);
3219
- padding: 0.4214rem 1.75rem 0.4214rem 0.75rem;
3218
+ height: calc(1.3em + 0.8429rem + 2px);
3219
+ padding: 0.42145rem 1.75rem 0.42145rem 0.75rem;
3220
3220
  font-size: 1rem;
3221
3221
  font-weight: 400;
3222
3222
  line-height: 1.3;
@@ -3273,7 +3273,7 @@ input[type=button].btn-block {
3273
3273
  position: relative;
3274
3274
  display: inline-block;
3275
3275
  width: 100%;
3276
- height: calc(1.3em + 0.8428rem + 2px);
3276
+ height: calc(1.3em + 0.8429rem + 2px);
3277
3277
  margin-bottom: 0;
3278
3278
  }
3279
3279
 
@@ -3281,7 +3281,7 @@ input[type=button].btn-block {
3281
3281
  position: relative;
3282
3282
  z-index: 2;
3283
3283
  width: 100%;
3284
- height: calc(1.3em + 0.8428rem + 2px);
3284
+ height: calc(1.3em + 0.8429rem + 2px);
3285
3285
  margin: 0;
3286
3286
  overflow: hidden;
3287
3287
  opacity: 0;
@@ -3306,8 +3306,8 @@ input[type=button].btn-block {
3306
3306
  right: 0;
3307
3307
  left: 0;
3308
3308
  z-index: 1;
3309
- height: calc(1.3em + 0.8428rem + 2px);
3310
- padding: 0.4214rem 0.75rem;
3309
+ height: calc(1.3em + 0.8429rem + 2px);
3310
+ padding: 0.42145rem 0.75rem;
3311
3311
  overflow: hidden;
3312
3312
  font-weight: 400;
3313
3313
  line-height: 1.3;
@@ -3323,8 +3323,8 @@ input[type=button].btn-block {
3323
3323
  bottom: 0;
3324
3324
  z-index: 3;
3325
3325
  display: block;
3326
- height: calc(1.3em + 0.8428rem);
3327
- padding: 0.4214rem 0.75rem;
3326
+ height: calc(1.3em + 0.8429rem);
3327
+ padding: 0.42145rem 0.75rem;
3328
3328
  line-height: 1.3;
3329
3329
  color: var(--dh-color-input-fg);
3330
3330
  content: "Browse";
@@ -8089,8 +8089,8 @@ html {
8089
8089
 
8090
8090
  body {
8091
8091
  min-height: 100%;
8092
- background-color: var(--dh-color-bg);
8093
- color: var(--dh-color-fg);
8092
+ background-color: var(--dh-color-bg, #1a171a);
8093
+ color: var(--dh-color-fg, #f0f0ee);
8094
8094
  margin: 0;
8095
8095
  padding: 0;
8096
8096
  overscroll-behavior: none;
@@ -8099,7 +8099,7 @@ body {
8099
8099
  }
8100
8100
 
8101
8101
  #root .app {
8102
- background-color: var(--dh-color-bg);
8102
+ background-color: var(--dh-color-bg, #1a171a);
8103
8103
  height: 100vh;
8104
8104
  width: 100vw;
8105
8105
  }
@@ -8172,6 +8172,10 @@ button:focus {
8172
8172
  justify-content: center;
8173
8173
  padding-top: 3px;
8174
8174
  padding-bottom: 5px;
8175
+ gap: 4px;
8176
+ }
8177
+ .btn .svg-inline--fa {
8178
+ align-self: start;
8175
8179
  }
8176
8180
 
8177
8181
  .btn-sm, .btn-group-sm > .btn {
@@ -8197,8 +8201,8 @@ span.btn-disabled-wrapper .btn:disabled {
8197
8201
  min-width: unset;
8198
8202
  padding: 0.25rem;
8199
8203
  }
8200
- .btn-link svg {
8201
- margin-right: 0.25rem;
8204
+ .btn-link .svg-inline--fa {
8205
+ align-self: center;
8202
8206
  }
8203
8207
  .btn-link:not(.btn-link-icon) {
8204
8208
  border: 1px solid transparent;
@@ -8240,10 +8244,7 @@ span.btn-disabled-wrapper .btn:disabled {
8240
8244
  }
8241
8245
 
8242
8246
  .btn-spinner {
8243
- padding: 0.4214rem 1rem;
8244
- }
8245
- .btn-spinner .fa-layers {
8246
- margin-right: 0.5rem;
8247
+ padding: 0.42145rem 1rem;
8247
8248
  }
8248
8249
 
8249
8250
  .btn-link.no-underline,
@@ -8262,9 +8263,6 @@ span.btn-disabled-wrapper .btn:disabled {
8262
8263
  padding-left: 0.25rem;
8263
8264
  padding-right: 0.25rem;
8264
8265
  }
8265
- .btn-link-icon svg {
8266
- margin-right: 0;
8267
- }
8268
8266
  .btn-link-icon::after {
8269
8267
  content: "";
8270
8268
  box-sizing: border-box;
@@ -8349,6 +8347,9 @@ span.btn-disabled-wrapper .btn:disabled {
8349
8347
  color: var(--dh-color-action-fg);
8350
8348
  font-weight: 400;
8351
8349
  }
8350
+ .btn-inline .svg-inline--fa {
8351
+ align-self: center;
8352
+ }
8352
8353
  .btn-inline.active {
8353
8354
  border-color: var(--dh-color-action-active-border);
8354
8355
  background: var(--dh-color-action-active-bg);
@@ -8547,7 +8548,7 @@ input[type=number]::-webkit-inner-spin-button {
8547
8548
  /* stylelint-disable no-descending-specificity -- keep with input section */
8548
8549
  .input-group-append .btn {
8549
8550
  background-color: var(--dh-color-input-bg);
8550
- padding: 0.4214rem 0.5rem;
8551
+ padding: 0.42145rem 0.5rem;
8551
8552
  }
8552
8553
 
8553
8554
  .input-group > .input-group-append > .btn {
@@ -8585,13 +8586,13 @@ input[type=number]::-webkit-inner-spin-button {
8585
8586
  /********** Modal Styling *********/
8586
8587
  /********** Browser Default Overides *********/
8587
8588
  ::selection {
8588
- color: var(--dh-color-fg);
8589
+ color: var(--dh-color-fg, #f0f0ee);
8589
8590
  background: var(--dh-color-text-highlight);
8590
8591
  opacity: 1;
8591
8592
  }
8592
8593
 
8593
8594
  ::-moz-selection {
8594
- color: var(--dh-color-fg);
8595
+ color: var(--dh-color-fg, #f0f0ee);
8595
8596
  background: var(--dh-color-text-highlight);
8596
8597
  opacity: 1;
8597
8598
  }
@@ -8691,7 +8692,7 @@ input[type=number]::-webkit-inner-spin-button {
8691
8692
  @-moz-document url-prefix() {
8692
8693
  .custom-select {
8693
8694
  background-color: inherit !important;
8694
- color: var(--dh-color-fg);
8695
+ color: var(--dh-color-fg, #f0f0ee);
8695
8696
  background-image: var(--dh-svg-icon-select-indicator), linear-gradient(0deg, var(--dh-color-input-bg), var(--dh-color-input-bg));
8696
8697
  background-size: 10px 6px, cover;
8697
8698
  background-position-x: right 0.75rem, center;
@@ -8700,7 +8701,7 @@ input[type=number]::-webkit-inner-spin-button {
8700
8701
  }
8701
8702
  .custom-select:-moz-focusring {
8702
8703
  color: transparent;
8703
- text-shadow: 0 0 0 var(--dh-color-fg) !important;
8704
+ text-shadow: 0 0 0 var(--dh-color-fg, #f0f0ee) !important;
8704
8705
  }
8705
8706
  .custom-select:hover {
8706
8707
  background-image: var(--dh-svg-icon-select-indicator-hover), linear-gradient(0deg, var(--dh-color-input-bg), var(--dh-color-input-bg));
@@ -8725,7 +8726,7 @@ input[type=number]::-webkit-inner-spin-button {
8725
8726
  }
8726
8727
  .console-creator .custom-select:-moz-focusring {
8727
8728
  color: transparent;
8728
- text-shadow: 0 0 0 var(--dh-color-fg) !important;
8729
+ text-shadow: 0 0 0 var(--dh-color-fg, #f0f0ee) !important;
8729
8730
  }
8730
8731
 
8731
8732
  .custom-select option {