@deephaven/components 0.57.2-beta.0 → 0.58.0
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.
- package/css/BaseStyleSheet.css +189 -215
- package/css/BaseStyleSheet.css.map +1 -1
- package/dist/AutoCompleteInput.css +2 -2
- package/dist/AutoCompleteInput.css.map +1 -1
- package/dist/AutoResizeTextarea.css +1 -1
- package/dist/BasicModal.js +0 -1
- package/dist/BasicModal.js.map +1 -1
- package/dist/Button.d.ts.map +1 -1
- package/dist/Button.js +4 -3
- package/dist/Button.js.map +1 -1
- package/dist/ComboBox.css +15 -1
- package/dist/ComboBox.css.map +1 -1
- package/dist/ComboBox.d.ts.map +1 -1
- package/dist/ComboBox.js +2 -0
- package/dist/ComboBox.js.map +1 -1
- package/dist/CopyButton.d.ts +3 -1
- package/dist/CopyButton.d.ts.map +1 -1
- package/dist/CopyButton.js +2 -0
- package/dist/CopyButton.js.map +1 -1
- package/dist/CustomTimeSelect.css +2 -2
- package/dist/CustomTimeSelect.css.map +1 -1
- package/dist/DraggableItemList.css +6 -6
- package/dist/DraggableItemList.css.map +1 -1
- package/dist/HierarchicalCheckboxMenu.css +1 -1
- package/dist/HierarchicalCheckboxMenu.css.map +1 -1
- package/dist/ItemList.css.map +1 -1
- package/dist/ItemListItem.css +1 -0
- package/dist/ItemListItem.css.map +1 -1
- package/dist/MaskedInput.css.map +1 -1
- package/dist/SelectValueList.css +1 -1
- package/dist/SelectValueList.css.map +1 -1
- package/dist/SocketedButton.css +19 -19
- package/dist/SocketedButton.css.map +1 -1
- package/dist/ThemeExport.module.css.map +1 -1
- package/dist/TimeSlider.css +2 -2
- package/dist/TimeSlider.css.map +1 -1
- package/dist/TimeSlider.module.css +2 -2
- package/dist/TimeSlider.module.css.map +1 -1
- package/dist/ToastNotification.css.map +1 -1
- package/dist/UISwitch.css +2 -0
- package/dist/UISwitch.css.map +1 -1
- package/dist/context-actions/ContextActionUtils.d.ts +1 -0
- package/dist/context-actions/ContextActionUtils.d.ts.map +1 -1
- package/dist/context-actions/ContextActionUtils.js.map +1 -1
- package/dist/context-actions/ContextActions.css +14 -14
- package/dist/context-actions/ContextActions.css.map +1 -1
- package/dist/context-actions/ContextMenuItem.d.ts.map +1 -1
- package/dist/context-actions/ContextMenuItem.js +2 -2
- package/dist/context-actions/ContextMenuItem.js.map +1 -1
- package/dist/menu-actions/DropdownMenu.css +2 -2
- package/dist/menu-actions/DropdownMenu.css.map +1 -1
- package/dist/modal/Modal.d.ts.map +1 -1
- package/dist/modal/Modal.js +1 -1
- package/dist/modal/Modal.js.map +1 -1
- package/dist/navigation/MenuItem.css +7 -2
- package/dist/navigation/MenuItem.css.map +1 -1
- package/dist/navigation/Page.css +0 -6
- package/dist/navigation/Page.css.map +1 -1
- package/dist/navigation/Page.js +2 -2
- package/dist/navigation/Page.js.map +1 -1
- package/dist/navigation/Stack.css.map +1 -1
- package/dist/popper/Popper.css +8 -3
- package/dist/popper/Popper.css.map +1 -1
- package/dist/popper/Tooltip.js +1 -1
- package/dist/popper/Tooltip.js.map +1 -1
- package/dist/theme/Logo.css +1 -0
- package/dist/theme/Logo.css.map +1 -0
- package/dist/theme/Logo.d.ts +9 -0
- package/dist/theme/Logo.d.ts.map +1 -0
- package/dist/theme/Logo.js +15 -0
- package/dist/theme/Logo.js.map +1 -0
- package/dist/theme/ThemeUtils.d.ts.map +1 -1
- package/dist/theme/ThemeUtils.js +8 -8
- package/dist/theme/ThemeUtils.js.map +1 -1
- package/dist/theme/index.d.ts +1 -0
- package/dist/theme/index.d.ts.map +1 -1
- package/dist/theme/index.js +1 -0
- package/dist/theme/index.js.map +1 -1
- package/dist/theme/theme-dark/theme-dark-components.css +1 -1
- package/dist/theme/theme-dark/theme-dark-components.css.map +1 -1
- package/dist/theme/theme-dark/theme-dark-semantic-editor.css +1 -1
- package/dist/theme/theme-dark/theme-dark-semantic-editor.css.map +1 -1
- package/dist/theme/theme-dark/theme-dark-semantic-grid.css +1 -1
- package/dist/theme/theme-dark/theme-dark-semantic-grid.css.map +1 -1
- package/dist/theme/theme-dark/theme-dark-semantic.css +1 -1
- package/dist/theme/theme-dark/theme-dark-semantic.css.map +1 -1
- package/dist/theme/theme-light/index.d.ts +2 -0
- package/dist/theme/theme-light/index.d.ts.map +1 -1
- package/dist/theme/theme-light/index.js +8 -1
- package/dist/theme/theme-light/index.js.map +1 -1
- package/dist/theme/theme-light/theme-light-components.css +1 -0
- package/dist/theme/theme-light/theme-light-components.css.map +1 -0
- package/dist/theme/theme-light/theme-light-palette.css +1 -1
- package/dist/theme/theme-light/theme-light-palette.css.map +1 -1
- package/dist/theme/theme-light/theme-light-semantic-chart.css +1 -0
- package/dist/theme/theme-light/theme-light-semantic-chart.css.map +1 -0
- package/dist/theme/theme-light/theme-light-semantic-editor.css +1 -0
- package/dist/theme/theme-light/theme-light-semantic-editor.css.map +1 -0
- package/dist/theme/theme-light/theme-light-semantic-grid.css +1 -0
- package/dist/theme/theme-light/theme-light-semantic-grid.css.map +1 -0
- package/dist/theme/theme-light/theme-light-semantic.css +1 -0
- package/dist/theme/theme-light/theme-light-semantic.css.map +1 -0
- package/dist/theme/theme-spectrum/theme-spectrum-alias.module.css +1 -1
- package/dist/theme/theme-spectrum/theme-spectrum-alias.module.css.map +1 -1
- package/dist/theme/theme-spectrum/theme-spectrum-overrides.css +1 -1
- package/dist/theme/theme-spectrum/theme-spectrum-overrides.css.map +1 -1
- package/package.json +7 -7
- package/scss/BaseStyleSheet.scss +104 -144
- package/scss/bootstrap_override_mixins_buttons.scss +7 -4
- package/scss/bootstrap_overrides.scss +34 -14
package/css/BaseStyleSheet.css
CHANGED
|
@@ -419,7 +419,7 @@ hr {
|
|
|
419
419
|
margin-top: 1rem;
|
|
420
420
|
margin-bottom: 1rem;
|
|
421
421
|
border: 0;
|
|
422
|
-
border-top: 1px solid
|
|
422
|
+
border-top: 1px solid var(--dh-color-hr);
|
|
423
423
|
}
|
|
424
424
|
|
|
425
425
|
small,
|
|
@@ -1623,11 +1623,11 @@ pre code {
|
|
|
1623
1623
|
.form-control {
|
|
1624
1624
|
display: block;
|
|
1625
1625
|
width: 100%;
|
|
1626
|
-
height: calc(1.
|
|
1627
|
-
padding: 0.
|
|
1626
|
+
height: calc(1.3em + 0.8428rem + 2px);
|
|
1627
|
+
padding: 0.4214rem 0.75rem;
|
|
1628
1628
|
font-size: 1rem;
|
|
1629
1629
|
font-weight: 400;
|
|
1630
|
-
line-height: 1.
|
|
1630
|
+
line-height: 1.3;
|
|
1631
1631
|
color: var(--dh-color-input-fg);
|
|
1632
1632
|
background-color: var(--dh-color-input-bg);
|
|
1633
1633
|
background-clip: padding-box;
|
|
@@ -1683,11 +1683,11 @@ select.form-control:focus::-ms-value {
|
|
|
1683
1683
|
}
|
|
1684
1684
|
|
|
1685
1685
|
.col-form-label {
|
|
1686
|
-
padding-top: calc(0.
|
|
1687
|
-
padding-bottom: calc(0.
|
|
1686
|
+
padding-top: calc(0.4214rem + 1px);
|
|
1687
|
+
padding-bottom: calc(0.4214rem + 1px);
|
|
1688
1688
|
margin-bottom: 0;
|
|
1689
1689
|
font-size: inherit;
|
|
1690
|
-
line-height: 1.
|
|
1690
|
+
line-height: 1.3;
|
|
1691
1691
|
}
|
|
1692
1692
|
|
|
1693
1693
|
.col-form-label-lg {
|
|
@@ -1707,10 +1707,10 @@ select.form-control:focus::-ms-value {
|
|
|
1707
1707
|
.form-control-plaintext {
|
|
1708
1708
|
display: block;
|
|
1709
1709
|
width: 100%;
|
|
1710
|
-
padding: 0.
|
|
1710
|
+
padding: 0.4214rem 0;
|
|
1711
1711
|
margin-bottom: 0;
|
|
1712
1712
|
font-size: 1rem;
|
|
1713
|
-
line-height: 1.
|
|
1713
|
+
line-height: 1.3;
|
|
1714
1714
|
color: var(--dh-color-white, #f0f0ee);
|
|
1715
1715
|
background-color: transparent;
|
|
1716
1716
|
border: solid transparent;
|
|
@@ -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.
|
|
1837
|
+
padding-right: calc(1.3em + 0.8428rem) !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.
|
|
1841
|
-
background-size: calc(0.
|
|
1840
|
+
background-position: right calc(0.325em + 0.2107rem) center;
|
|
1841
|
+
background-size: calc(0.65em + 0.4214rem) calc(0.65em + 0.4214rem);
|
|
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.
|
|
1857
|
-
background-position: top calc(0.
|
|
1856
|
+
padding-right: calc(1.3em + 0.8428rem);
|
|
1857
|
+
background-position: top calc(0.325em + 0.2107rem) right calc(0.325em + 0.2107rem);
|
|
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.
|
|
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-
|
|
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;
|
|
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.
|
|
1944
|
+
padding-right: calc(1.3em + 0.8428rem) !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.
|
|
1948
|
-
background-size: calc(0.
|
|
1947
|
+
background-position: right calc(0.325em + 0.2107rem) center;
|
|
1948
|
+
background-size: calc(0.65em + 0.4214rem) calc(0.65em + 0.4214rem);
|
|
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.
|
|
1964
|
-
background-position: top calc(0.
|
|
1963
|
+
padding-right: calc(1.3em + 0.8428rem);
|
|
1964
|
+
background-position: top calc(0.325em + 0.2107rem) right calc(0.325em + 0.2107rem);
|
|
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.
|
|
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-
|
|
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;
|
|
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,9 +2078,9 @@ textarea.form-control {
|
|
|
2078
2078
|
user-select: none;
|
|
2079
2079
|
background-color: transparent;
|
|
2080
2080
|
border: 2px solid transparent;
|
|
2081
|
-
padding: 0.
|
|
2081
|
+
padding: 0.4214rem 1.5rem;
|
|
2082
2082
|
font-size: 1rem;
|
|
2083
|
-
line-height: 1.
|
|
2083
|
+
line-height: 1.3;
|
|
2084
2084
|
border-radius: 4rem;
|
|
2085
2085
|
transition: color 0.12s ease-in-out, background-color 0.12s ease-in-out, border-color 0.12s ease-in-out, box-shadow 0.12s ease-in-out;
|
|
2086
2086
|
}
|
|
@@ -2128,9 +2128,10 @@ fieldset:disabled a.btn {
|
|
|
2128
2128
|
box-shadow: 0 0 0 0.2rem hsla(var(--dh-color-accent-hsl), 0.5);
|
|
2129
2129
|
}
|
|
2130
2130
|
.btn-primary.disabled, .btn-primary:disabled {
|
|
2131
|
-
color: var(--dh-color-
|
|
2132
|
-
background-color: var(--dh-color-
|
|
2133
|
-
border-color:
|
|
2131
|
+
color: var(--dh-color-text-disabled);
|
|
2132
|
+
background-color: var(--dh-color-disabled-bg);
|
|
2133
|
+
border-color: transparent;
|
|
2134
|
+
opacity: 1;
|
|
2134
2135
|
}
|
|
2135
2136
|
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
|
|
2136
2137
|
color: var(--dh-color-accent-contrast);
|
|
@@ -2161,9 +2162,10 @@ fieldset:disabled a.btn {
|
|
|
2161
2162
|
box-shadow: 0 0 0 0.2rem hsla(var(--dh-color-neutral-hsl), 0.5);
|
|
2162
2163
|
}
|
|
2163
2164
|
.btn-secondary.disabled, .btn-secondary:disabled {
|
|
2164
|
-
color: var(--dh-color-
|
|
2165
|
-
background-color: var(--dh-color-
|
|
2166
|
-
border-color:
|
|
2165
|
+
color: var(--dh-color-text-disabled);
|
|
2166
|
+
background-color: var(--dh-color-disabled-bg);
|
|
2167
|
+
border-color: transparent;
|
|
2168
|
+
opacity: 1;
|
|
2167
2169
|
}
|
|
2168
2170
|
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
|
|
2169
2171
|
color: var(--dh-color-neutral-contrast);
|
|
@@ -2194,9 +2196,10 @@ fieldset:disabled a.btn {
|
|
|
2194
2196
|
box-shadow: 0 0 0 0.2rem hsla(var(--dh-color-positive-hsl), 0.5);
|
|
2195
2197
|
}
|
|
2196
2198
|
.btn-success.disabled, .btn-success:disabled {
|
|
2197
|
-
color: var(--dh-color-
|
|
2198
|
-
background-color: var(--dh-color-
|
|
2199
|
-
border-color:
|
|
2199
|
+
color: var(--dh-color-text-disabled);
|
|
2200
|
+
background-color: var(--dh-color-disabled-bg);
|
|
2201
|
+
border-color: transparent;
|
|
2202
|
+
opacity: 1;
|
|
2200
2203
|
}
|
|
2201
2204
|
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
|
|
2202
2205
|
color: var(--dh-color-positive-contrast);
|
|
@@ -2227,9 +2230,10 @@ fieldset:disabled a.btn {
|
|
|
2227
2230
|
box-shadow: 0 0 0 0.2rem hsla(var(--dh-color-info-hsl), 0.5);
|
|
2228
2231
|
}
|
|
2229
2232
|
.btn-info.disabled, .btn-info:disabled {
|
|
2230
|
-
color: var(--dh-color-
|
|
2231
|
-
background-color: var(--dh-color-
|
|
2232
|
-
border-color:
|
|
2233
|
+
color: var(--dh-color-text-disabled);
|
|
2234
|
+
background-color: var(--dh-color-disabled-bg);
|
|
2235
|
+
border-color: transparent;
|
|
2236
|
+
opacity: 1;
|
|
2233
2237
|
}
|
|
2234
2238
|
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
|
|
2235
2239
|
color: var(--dh-color-info-contrast);
|
|
@@ -2260,9 +2264,10 @@ fieldset:disabled a.btn {
|
|
|
2260
2264
|
box-shadow: 0 0 0 0.2rem hsla(var(--dh-color-notice-hsl), 0.5);
|
|
2261
2265
|
}
|
|
2262
2266
|
.btn-warning.disabled, .btn-warning:disabled {
|
|
2263
|
-
color: var(--dh-color-
|
|
2264
|
-
background-color: var(--dh-color-
|
|
2265
|
-
border-color:
|
|
2267
|
+
color: var(--dh-color-text-disabled);
|
|
2268
|
+
background-color: var(--dh-color-disabled-bg);
|
|
2269
|
+
border-color: transparent;
|
|
2270
|
+
opacity: 1;
|
|
2266
2271
|
}
|
|
2267
2272
|
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
|
|
2268
2273
|
color: var(--dh-color-notice-contrast);
|
|
@@ -2293,9 +2298,10 @@ fieldset:disabled a.btn {
|
|
|
2293
2298
|
box-shadow: 0 0 0 0.2rem hsla(var(--dh-color-negative-hsl), 0.5);
|
|
2294
2299
|
}
|
|
2295
2300
|
.btn-danger.disabled, .btn-danger:disabled {
|
|
2296
|
-
color: var(--dh-color-
|
|
2297
|
-
background-color: var(--dh-color-
|
|
2298
|
-
border-color:
|
|
2301
|
+
color: var(--dh-color-text-disabled);
|
|
2302
|
+
background-color: var(--dh-color-disabled-bg);
|
|
2303
|
+
border-color: transparent;
|
|
2304
|
+
opacity: 1;
|
|
2299
2305
|
}
|
|
2300
2306
|
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
|
|
2301
2307
|
color: var(--dh-color-negative-contrast);
|
|
@@ -2319,8 +2325,10 @@ fieldset:disabled a.btn {
|
|
|
2319
2325
|
box-shadow: 0 0 0 0.2rem hsla(var(--dh-color-accent-hsl), 0.5);
|
|
2320
2326
|
}
|
|
2321
2327
|
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
|
|
2322
|
-
color: var(--dh-color-
|
|
2328
|
+
color: var(--dh-color-text-disabled);
|
|
2323
2329
|
background-color: transparent;
|
|
2330
|
+
border-color: var(--dh-color-disabled-bg);
|
|
2331
|
+
opacity: 1;
|
|
2324
2332
|
}
|
|
2325
2333
|
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
|
|
2326
2334
|
color: var(--dh-color-accent-contrast, var(--dh-color-contrast-light));
|
|
@@ -2344,8 +2352,10 @@ fieldset:disabled a.btn {
|
|
|
2344
2352
|
box-shadow: 0 0 0 0.2rem hsla(var(--dh-color-neutral-hsl), 0.5);
|
|
2345
2353
|
}
|
|
2346
2354
|
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
|
|
2347
|
-
color: var(--dh-color-
|
|
2355
|
+
color: var(--dh-color-text-disabled);
|
|
2348
2356
|
background-color: transparent;
|
|
2357
|
+
border-color: var(--dh-color-disabled-bg);
|
|
2358
|
+
opacity: 1;
|
|
2349
2359
|
}
|
|
2350
2360
|
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
|
|
2351
2361
|
color: var(--dh-color-neutral-contrast, var(--dh-color-contrast-light));
|
|
@@ -2369,8 +2379,10 @@ fieldset:disabled a.btn {
|
|
|
2369
2379
|
box-shadow: 0 0 0 0.2rem hsla(var(--dh-color-positive-hsl), 0.5);
|
|
2370
2380
|
}
|
|
2371
2381
|
.btn-outline-success.disabled, .btn-outline-success:disabled {
|
|
2372
|
-
color: var(--dh-color-
|
|
2382
|
+
color: var(--dh-color-text-disabled);
|
|
2373
2383
|
background-color: transparent;
|
|
2384
|
+
border-color: var(--dh-color-disabled-bg);
|
|
2385
|
+
opacity: 1;
|
|
2374
2386
|
}
|
|
2375
2387
|
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
|
|
2376
2388
|
color: var(--dh-color-positive-contrast, var(--dh-color-contrast-light));
|
|
@@ -2394,8 +2406,10 @@ fieldset:disabled a.btn {
|
|
|
2394
2406
|
box-shadow: 0 0 0 0.2rem hsla(var(--dh-color-info-hsl), 0.5);
|
|
2395
2407
|
}
|
|
2396
2408
|
.btn-outline-info.disabled, .btn-outline-info:disabled {
|
|
2397
|
-
color: var(--dh-color-
|
|
2409
|
+
color: var(--dh-color-text-disabled);
|
|
2398
2410
|
background-color: transparent;
|
|
2411
|
+
border-color: var(--dh-color-disabled-bg);
|
|
2412
|
+
opacity: 1;
|
|
2399
2413
|
}
|
|
2400
2414
|
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
|
|
2401
2415
|
color: var(--dh-color-info-contrast, var(--dh-color-contrast-light));
|
|
@@ -2419,8 +2433,10 @@ fieldset:disabled a.btn {
|
|
|
2419
2433
|
box-shadow: 0 0 0 0.2rem hsla(var(--dh-color-notice-hsl), 0.5);
|
|
2420
2434
|
}
|
|
2421
2435
|
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
|
|
2422
|
-
color: var(--dh-color-
|
|
2436
|
+
color: var(--dh-color-text-disabled);
|
|
2423
2437
|
background-color: transparent;
|
|
2438
|
+
border-color: var(--dh-color-disabled-bg);
|
|
2439
|
+
opacity: 1;
|
|
2424
2440
|
}
|
|
2425
2441
|
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
|
|
2426
2442
|
color: var(--dh-color-notice-contrast, var(--dh-color-contrast-light));
|
|
@@ -2444,8 +2460,10 @@ fieldset:disabled a.btn {
|
|
|
2444
2460
|
box-shadow: 0 0 0 0.2rem hsla(var(--dh-color-negative-hsl), 0.5);
|
|
2445
2461
|
}
|
|
2446
2462
|
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
|
|
2447
|
-
color: var(--dh-color-
|
|
2463
|
+
color: var(--dh-color-text-disabled);
|
|
2448
2464
|
background-color: transparent;
|
|
2465
|
+
border-color: var(--dh-color-disabled-bg);
|
|
2466
|
+
opacity: 1;
|
|
2449
2467
|
}
|
|
2450
2468
|
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
|
|
2451
2469
|
color: var(--dh-color-negative-contrast, var(--dh-color-contrast-light));
|
|
@@ -2982,11 +3000,11 @@ input[type=button].btn-block {
|
|
|
2982
3000
|
.input-group-text {
|
|
2983
3001
|
display: flex;
|
|
2984
3002
|
align-items: center;
|
|
2985
|
-
padding: 0.
|
|
3003
|
+
padding: 0.4214rem 0.75rem;
|
|
2986
3004
|
margin-bottom: 0;
|
|
2987
3005
|
font-size: 1rem;
|
|
2988
3006
|
font-weight: 400;
|
|
2989
|
-
line-height: 1.
|
|
3007
|
+
line-height: 1.3;
|
|
2990
3008
|
color: var(--dh-color-input-fg);
|
|
2991
3009
|
text-align: center;
|
|
2992
3010
|
white-space: nowrap;
|
|
@@ -3083,9 +3101,9 @@ input[type=button].btn-block {
|
|
|
3083
3101
|
opacity: 0;
|
|
3084
3102
|
}
|
|
3085
3103
|
.custom-control-input:checked ~ .custom-control-label::before {
|
|
3086
|
-
color:
|
|
3087
|
-
border-color: var(--dh-color-
|
|
3088
|
-
background-color: var(--dh-color-
|
|
3104
|
+
color: black;
|
|
3105
|
+
border-color: var(--dh-color-input-fg);
|
|
3106
|
+
background-color: var(--dh-color-input-fg);
|
|
3089
3107
|
}
|
|
3090
3108
|
.custom-control-input:focus ~ .custom-control-label::before {
|
|
3091
3109
|
box-shadow: 0 0 0 0.2rem hsla(var(--dh-color-accent-hsl), 0.35);
|
|
@@ -3095,14 +3113,14 @@ input[type=button].btn-block {
|
|
|
3095
3113
|
}
|
|
3096
3114
|
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
|
|
3097
3115
|
color: var(--dh-color-white, #f0f0ee);
|
|
3098
|
-
background-color: var(--dh-color-
|
|
3099
|
-
border-color: var(--dh-color-
|
|
3116
|
+
background-color: var(--dh-color-input-bg);
|
|
3117
|
+
border-color: var(--dh-color-input-fg);
|
|
3100
3118
|
}
|
|
3101
3119
|
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
|
|
3102
|
-
color: var(--dh-color-
|
|
3120
|
+
color: var(--dh-color-input-disabled-fg);
|
|
3103
3121
|
}
|
|
3104
3122
|
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
|
|
3105
|
-
background-color: var(--dh-color-
|
|
3123
|
+
background-color: var(--dh-color-input-disabled-bg);
|
|
3106
3124
|
}
|
|
3107
3125
|
|
|
3108
3126
|
.custom-control-label {
|
|
@@ -3119,8 +3137,8 @@ input[type=button].btn-block {
|
|
|
3119
3137
|
height: 1rem;
|
|
3120
3138
|
pointer-events: none;
|
|
3121
3139
|
content: "";
|
|
3122
|
-
background-color: var(--dh-color-
|
|
3123
|
-
border:
|
|
3140
|
+
background-color: var(--dh-color-input-bg);
|
|
3141
|
+
border: 2px solid var(--dh-color-input-border);
|
|
3124
3142
|
}
|
|
3125
3143
|
.custom-control-label::after {
|
|
3126
3144
|
position: absolute;
|
|
@@ -3134,33 +3152,33 @@ input[type=button].btn-block {
|
|
|
3134
3152
|
}
|
|
3135
3153
|
|
|
3136
3154
|
.custom-checkbox .custom-control-label::before {
|
|
3137
|
-
border-radius:
|
|
3155
|
+
border-radius: 2px;
|
|
3138
3156
|
}
|
|
3139
3157
|
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
|
|
3140
|
-
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='
|
|
3158
|
+
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='black' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
|
|
3141
3159
|
}
|
|
3142
3160
|
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
|
|
3143
|
-
border-color: var(--dh-color-
|
|
3144
|
-
background-color: var(--dh-color-
|
|
3161
|
+
border-color: var(--dh-color-input-fg);
|
|
3162
|
+
background-color: var(--dh-color-input-fg);
|
|
3145
3163
|
}
|
|
3146
3164
|
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
|
|
3147
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='
|
|
3165
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='black' d='M0 2h4'/%3e%3c/svg%3e");
|
|
3148
3166
|
}
|
|
3149
3167
|
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
|
|
3150
|
-
background-color: var(--dh-color-
|
|
3168
|
+
background-color: var(--dh-color-input-disabled-bg);
|
|
3151
3169
|
}
|
|
3152
3170
|
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
|
|
3153
|
-
background-color: var(--dh-color-
|
|
3171
|
+
background-color: var(--dh-color-input-disabled-bg);
|
|
3154
3172
|
}
|
|
3155
3173
|
|
|
3156
3174
|
.custom-radio .custom-control-label::before {
|
|
3157
3175
|
border-radius: 50%;
|
|
3158
3176
|
}
|
|
3159
3177
|
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
|
|
3160
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='
|
|
3178
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='black'/%3e%3c/svg%3e");
|
|
3161
3179
|
}
|
|
3162
3180
|
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
|
|
3163
|
-
background-color: var(--dh-color-
|
|
3181
|
+
background-color: var(--dh-color-input-disabled-bg);
|
|
3164
3182
|
}
|
|
3165
3183
|
|
|
3166
3184
|
.custom-switch {
|
|
@@ -3173,11 +3191,11 @@ input[type=button].btn-block {
|
|
|
3173
3191
|
border-radius: 0.5rem;
|
|
3174
3192
|
}
|
|
3175
3193
|
.custom-switch .custom-control-label::after {
|
|
3176
|
-
top: calc(0.25rem +
|
|
3177
|
-
left: calc(-2.25rem +
|
|
3178
|
-
width: calc(1rem -
|
|
3179
|
-
height: calc(1rem -
|
|
3180
|
-
background-color: var(--dh-color-
|
|
3194
|
+
top: calc(0.25rem + 4px);
|
|
3195
|
+
left: calc(-2.25rem + 4px);
|
|
3196
|
+
width: calc(1rem - 8px);
|
|
3197
|
+
height: calc(1rem - 8px);
|
|
3198
|
+
background-color: var(--dh-color-input-border);
|
|
3181
3199
|
border-radius: 0.5rem;
|
|
3182
3200
|
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
3183
3201
|
}
|
|
@@ -3187,24 +3205,24 @@ input[type=button].btn-block {
|
|
|
3187
3205
|
}
|
|
3188
3206
|
}
|
|
3189
3207
|
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
|
|
3190
|
-
background-color: var(--dh-color-
|
|
3208
|
+
background-color: var(--dh-color-input-bg);
|
|
3191
3209
|
transform: translateX(0.75rem);
|
|
3192
3210
|
}
|
|
3193
3211
|
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
|
|
3194
|
-
background-color: var(--dh-color-
|
|
3212
|
+
background-color: var(--dh-color-input-disabled-bg);
|
|
3195
3213
|
}
|
|
3196
3214
|
|
|
3197
3215
|
.custom-select {
|
|
3198
3216
|
display: inline-block;
|
|
3199
3217
|
width: 100%;
|
|
3200
|
-
height: calc(1.
|
|
3201
|
-
padding: 0.
|
|
3218
|
+
height: calc(1.3em + 0.8428rem + 2px);
|
|
3219
|
+
padding: 0.4214rem 1.75rem 0.4214rem 0.75rem;
|
|
3202
3220
|
font-size: 1rem;
|
|
3203
3221
|
font-weight: 400;
|
|
3204
|
-
line-height: 1.
|
|
3222
|
+
line-height: 1.3;
|
|
3205
3223
|
color: var(--dh-color-input-fg);
|
|
3206
3224
|
vertical-align: middle;
|
|
3207
|
-
background: var(--dh-color-
|
|
3225
|
+
background: var(--dh-color-selector-bg) 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;
|
|
3208
3226
|
border: 1px solid var(--dh-color-input-border);
|
|
3209
3227
|
border-radius: 4px;
|
|
3210
3228
|
appearance: none;
|
|
@@ -3255,7 +3273,7 @@ input[type=button].btn-block {
|
|
|
3255
3273
|
position: relative;
|
|
3256
3274
|
display: inline-block;
|
|
3257
3275
|
width: 100%;
|
|
3258
|
-
height: calc(1.
|
|
3276
|
+
height: calc(1.3em + 0.8428rem + 2px);
|
|
3259
3277
|
margin-bottom: 0;
|
|
3260
3278
|
}
|
|
3261
3279
|
|
|
@@ -3263,7 +3281,7 @@ input[type=button].btn-block {
|
|
|
3263
3281
|
position: relative;
|
|
3264
3282
|
z-index: 2;
|
|
3265
3283
|
width: 100%;
|
|
3266
|
-
height: calc(1.
|
|
3284
|
+
height: calc(1.3em + 0.8428rem + 2px);
|
|
3267
3285
|
margin: 0;
|
|
3268
3286
|
overflow: hidden;
|
|
3269
3287
|
opacity: 0;
|
|
@@ -3288,11 +3306,11 @@ input[type=button].btn-block {
|
|
|
3288
3306
|
right: 0;
|
|
3289
3307
|
left: 0;
|
|
3290
3308
|
z-index: 1;
|
|
3291
|
-
height: calc(1.
|
|
3292
|
-
padding: 0.
|
|
3309
|
+
height: calc(1.3em + 0.8428rem + 2px);
|
|
3310
|
+
padding: 0.4214rem 0.75rem;
|
|
3293
3311
|
overflow: hidden;
|
|
3294
3312
|
font-weight: 400;
|
|
3295
|
-
line-height: 1.
|
|
3313
|
+
line-height: 1.3;
|
|
3296
3314
|
color: var(--dh-color-input-fg);
|
|
3297
3315
|
background-color: var(--dh-color-input-bg);
|
|
3298
3316
|
border: 1px solid var(--dh-color-input-border);
|
|
@@ -3305,9 +3323,9 @@ input[type=button].btn-block {
|
|
|
3305
3323
|
bottom: 0;
|
|
3306
3324
|
z-index: 3;
|
|
3307
3325
|
display: block;
|
|
3308
|
-
height: calc(1.
|
|
3309
|
-
padding: 0.
|
|
3310
|
-
line-height: 1.
|
|
3326
|
+
height: calc(1.3em + 0.8428rem);
|
|
3327
|
+
padding: 0.4214rem 0.75rem;
|
|
3328
|
+
line-height: 1.3;
|
|
3311
3329
|
color: var(--dh-color-input-fg);
|
|
3312
3330
|
content: "Browse";
|
|
3313
3331
|
background-color: var(--dh-color-gray-800);
|
|
@@ -3978,12 +3996,12 @@ input[type=button].btn-block {
|
|
|
3978
3996
|
font-size: 1.5rem;
|
|
3979
3997
|
font-weight: 700;
|
|
3980
3998
|
line-height: 1;
|
|
3981
|
-
color: var(--dh-color-
|
|
3982
|
-
text-shadow:
|
|
3999
|
+
color: var(--dh-color-text);
|
|
4000
|
+
text-shadow: none;
|
|
3983
4001
|
opacity: 0.5;
|
|
3984
4002
|
}
|
|
3985
4003
|
.close:hover {
|
|
3986
|
-
color: var(--dh-color-
|
|
4004
|
+
color: var(--dh-color-text);
|
|
3987
4005
|
text-decoration: none;
|
|
3988
4006
|
}
|
|
3989
4007
|
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
|
|
@@ -4087,7 +4105,7 @@ a.close.disabled {
|
|
|
4087
4105
|
flex-direction: column;
|
|
4088
4106
|
width: 100%;
|
|
4089
4107
|
pointer-events: auto;
|
|
4090
|
-
background-color: var(--dh-color-
|
|
4108
|
+
background-color: var(--dh-color-content-bg, #2d2a2e);
|
|
4091
4109
|
background-clip: padding-box;
|
|
4092
4110
|
border: 0 solid rgba(var(--dh-color-black, #1a171a), 0.2);
|
|
4093
4111
|
border-radius: 0.3rem;
|
|
@@ -5572,7 +5590,7 @@ button.bg-danger:focus {
|
|
|
5572
5590
|
}
|
|
5573
5591
|
|
|
5574
5592
|
.shadow {
|
|
5575
|
-
box-shadow: 0 0.1rem 1rem
|
|
5593
|
+
box-shadow: 0 0.1rem 1rem var(--dh-color-dropshadow) !important;
|
|
5576
5594
|
}
|
|
5577
5595
|
|
|
5578
5596
|
.shadow-lg {
|
|
@@ -8046,7 +8064,8 @@ a.text-danger:hover, a.text-danger:focus {
|
|
|
8046
8064
|
--dh-svg-inline-icon-size: 16px;
|
|
8047
8065
|
color: var(--dh-color-text);
|
|
8048
8066
|
}
|
|
8049
|
-
:root .spectrum-theme-provider
|
|
8067
|
+
:root .spectrum-theme-provider,
|
|
8068
|
+
:root [class^=spectrum_] {
|
|
8050
8069
|
color: var(--dh-color-text);
|
|
8051
8070
|
}
|
|
8052
8071
|
|
|
@@ -8094,10 +8113,6 @@ body {
|
|
|
8094
8113
|
bottom: 0;
|
|
8095
8114
|
}
|
|
8096
8115
|
|
|
8097
|
-
hr {
|
|
8098
|
-
background-color: var(--dh-color-gray-600);
|
|
8099
|
-
}
|
|
8100
|
-
|
|
8101
8116
|
.scroll-pane,
|
|
8102
8117
|
.scroll-pane-x,
|
|
8103
8118
|
.scroll-pane-y {
|
|
@@ -8151,6 +8166,17 @@ button:focus {
|
|
|
8151
8166
|
.btn {
|
|
8152
8167
|
min-width: 7rem;
|
|
8153
8168
|
-webkit-font-smoothing: antialiased;
|
|
8169
|
+
height: 32px;
|
|
8170
|
+
display: inline-flex;
|
|
8171
|
+
align-items: center;
|
|
8172
|
+
justify-content: center;
|
|
8173
|
+
padding-top: 3px;
|
|
8174
|
+
padding-bottom: 5px;
|
|
8175
|
+
}
|
|
8176
|
+
|
|
8177
|
+
.btn-sm, .btn-group-sm > .btn {
|
|
8178
|
+
height: 28px;
|
|
8179
|
+
line-height: 28px;
|
|
8154
8180
|
}
|
|
8155
8181
|
|
|
8156
8182
|
span.btn-disabled-wrapper {
|
|
@@ -8161,6 +8187,12 @@ span.btn-disabled-wrapper .btn:disabled {
|
|
|
8161
8187
|
pointer-events: none;
|
|
8162
8188
|
}
|
|
8163
8189
|
|
|
8190
|
+
.btn-success.disabled, .btn-success:disabled {
|
|
8191
|
+
--dh-color-text-disabled: var(--dh-color-positive-contrast);
|
|
8192
|
+
--dh-color-disabled-bg: var(--dh-color-positive-bg);
|
|
8193
|
+
opacity: 0.5;
|
|
8194
|
+
}
|
|
8195
|
+
|
|
8164
8196
|
.btn-link {
|
|
8165
8197
|
min-width: unset;
|
|
8166
8198
|
padding: 0.25rem;
|
|
@@ -8208,7 +8240,7 @@ span.btn-disabled-wrapper .btn:disabled {
|
|
|
8208
8240
|
}
|
|
8209
8241
|
|
|
8210
8242
|
.btn-spinner {
|
|
8211
|
-
padding: 0.
|
|
8243
|
+
padding: 0.4214rem 1rem;
|
|
8212
8244
|
}
|
|
8213
8245
|
.btn-spinner .fa-layers {
|
|
8214
8246
|
margin-right: 0.5rem;
|
|
@@ -8271,11 +8303,15 @@ span.btn-disabled-wrapper .btn:disabled {
|
|
|
8271
8303
|
font-size: small;
|
|
8272
8304
|
text-overflow: ellipsis;
|
|
8273
8305
|
border-radius: 0;
|
|
8306
|
+
height: auto;
|
|
8307
|
+
flex-direction: column;
|
|
8308
|
+
gap: 3px;
|
|
8309
|
+
color: var(--dh-color-text);
|
|
8274
8310
|
}
|
|
8275
8311
|
.btn-icon svg,
|
|
8276
8312
|
.btn-icon img {
|
|
8277
8313
|
display: block;
|
|
8278
|
-
background: var(--dh-color-
|
|
8314
|
+
background: var(--dh-color-action-bg);
|
|
8279
8315
|
margin: auto;
|
|
8280
8316
|
border-radius: 2px;
|
|
8281
8317
|
margin-bottom: 2px;
|
|
@@ -8283,11 +8319,14 @@ span.btn-disabled-wrapper .btn:disabled {
|
|
|
8283
8319
|
transition: filter 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
8284
8320
|
pointer-events: none;
|
|
8285
8321
|
}
|
|
8322
|
+
.btn-icon:hover, .btn-icon:focus, .btn-icon.active {
|
|
8323
|
+
color: var(--dh-color-text);
|
|
8324
|
+
}
|
|
8286
8325
|
.btn-icon:hover svg,
|
|
8287
8326
|
.btn-icon:hover img, .btn-icon:focus svg,
|
|
8288
8327
|
.btn-icon:focus img, .btn-icon.active svg,
|
|
8289
8328
|
.btn-icon.active img {
|
|
8290
|
-
box-shadow: 0 0 0 2px var(--dh-color-
|
|
8329
|
+
box-shadow: 0 0 0 2px var(--dh-color-action-hover-border);
|
|
8291
8330
|
filter: saturate(100%);
|
|
8292
8331
|
}
|
|
8293
8332
|
.btn-icon:focus, .btn-icon.active {
|
|
@@ -8298,13 +8337,12 @@ span.btn-disabled-wrapper .btn:disabled {
|
|
|
8298
8337
|
.btn-icon:focus svg,
|
|
8299
8338
|
.btn-icon:focus img, .btn-icon.active svg,
|
|
8300
8339
|
.btn-icon.active img {
|
|
8301
|
-
box-shadow: 0 0 0 2px var(--dh-color-
|
|
8340
|
+
box-shadow: 0 0 0 2px var(--dh-color-action-active-border);
|
|
8302
8341
|
}
|
|
8303
8342
|
|
|
8304
8343
|
.btn-inline {
|
|
8305
8344
|
min-width: 2.75rem;
|
|
8306
|
-
padding
|
|
8307
|
-
padding-right: 0.25rem;
|
|
8345
|
+
padding: 0 0.25rem;
|
|
8308
8346
|
border-radius: 4px;
|
|
8309
8347
|
background: var(--dh-color-action-bg);
|
|
8310
8348
|
border: 1px solid var(--dh-color-action-border);
|
|
@@ -8328,6 +8366,7 @@ span.btn-disabled-wrapper .btn:disabled {
|
|
|
8328
8366
|
background-color: var(--dh-color-action-disabled-bg);
|
|
8329
8367
|
border: 1px solid var(--dh-color-action-disabled-border);
|
|
8330
8368
|
color: var(--dh-color-action-disabled-fg);
|
|
8369
|
+
opacity: 1;
|
|
8331
8370
|
cursor: not-allowed;
|
|
8332
8371
|
}
|
|
8333
8372
|
.btn-inline:focus-visible {
|
|
@@ -8388,8 +8427,10 @@ form label small {
|
|
|
8388
8427
|
color: var(--dh-color-gray-600);
|
|
8389
8428
|
}
|
|
8390
8429
|
|
|
8391
|
-
.form-control.focus
|
|
8392
|
-
|
|
8430
|
+
.form-control.focus,
|
|
8431
|
+
.form-control:focus {
|
|
8432
|
+
border: 1px solid var(--dh-color-input-focus-border);
|
|
8433
|
+
box-shadow: none;
|
|
8393
8434
|
}
|
|
8394
8435
|
|
|
8395
8436
|
.form-control.is-invalid,
|
|
@@ -8407,9 +8448,12 @@ form label small {
|
|
|
8407
8448
|
}
|
|
8408
8449
|
|
|
8409
8450
|
.form-control:disabled {
|
|
8410
|
-
border-color: var(--dh-color-
|
|
8411
|
-
color: var(--dh-color-
|
|
8412
|
-
|
|
8451
|
+
border-color: var(--dh-color-input-disabled-border);
|
|
8452
|
+
color: var(--dh-color-input-disabled-fg);
|
|
8453
|
+
}
|
|
8454
|
+
|
|
8455
|
+
.form-control:hover:not(:focus):not(:disabled) {
|
|
8456
|
+
border-color: var(--dh-color-input-hover-border);
|
|
8413
8457
|
}
|
|
8414
8458
|
|
|
8415
8459
|
.form-control:disabled::placeholder {
|
|
@@ -8424,45 +8468,40 @@ form label small {
|
|
|
8424
8468
|
user-select: none;
|
|
8425
8469
|
}
|
|
8426
8470
|
|
|
8427
|
-
.custom-control-label::before {
|
|
8428
|
-
|
|
8429
|
-
top: 0.24rem;
|
|
8471
|
+
.custom-control-input:disabled ~ .custom-control-label::before {
|
|
8472
|
+
cursor: not-allowed;
|
|
8430
8473
|
}
|
|
8431
8474
|
|
|
8432
|
-
.custom-control-label::
|
|
8433
|
-
|
|
8475
|
+
.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before {
|
|
8476
|
+
cursor: not-allowed;
|
|
8434
8477
|
}
|
|
8435
8478
|
|
|
8436
|
-
.custom-control-input:
|
|
8437
|
-
|
|
8479
|
+
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
|
|
8480
|
+
mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='black'/%3e%3c/svg%3e") 4px/6px 6px no-repeat;
|
|
8481
|
+
background: var(--dh-color-input-bg);
|
|
8438
8482
|
}
|
|
8439
8483
|
|
|
8440
|
-
.custom-control-input:
|
|
8441
|
-
|
|
8442
|
-
|
|
8484
|
+
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
|
|
8485
|
+
mask: 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='black' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e") 50%/75% 75% no-repeat;
|
|
8486
|
+
background: var(--dh-color-input-bg);
|
|
8443
8487
|
}
|
|
8444
|
-
|
|
8445
|
-
|
|
8446
|
-
background
|
|
8447
|
-
border: 1px solid var(--dh-color-black, #1a171a);
|
|
8448
|
-
cursor: not-allowed;
|
|
8488
|
+
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
|
|
8489
|
+
mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='black' d='M0 2h4'/%3e%3c/svg%3e") 50%/65% 65% no-repeat;
|
|
8490
|
+
background: var(--dh-color-input-bg);
|
|
8449
8491
|
}
|
|
8450
|
-
|
|
8451
|
-
|
|
8452
|
-
border: 1px solid var(--dh-color-accent-bg);
|
|
8492
|
+
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
|
|
8493
|
+
border: var(--dh-color-input-disabled-fg);
|
|
8453
8494
|
}
|
|
8454
|
-
|
|
8455
|
-
|
|
8456
|
-
border-color: var(--dh-color-black, #1a171a);
|
|
8457
|
-
cursor: not-allowed;
|
|
8495
|
+
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
|
|
8496
|
+
border: var(--dh-color-input-disabled-fg);
|
|
8458
8497
|
}
|
|
8459
8498
|
|
|
8460
8499
|
.custom-select {
|
|
8461
8500
|
background-image: var(--dh-svg-icon-select-indicator);
|
|
8462
8501
|
background-size: 10px 6px;
|
|
8463
8502
|
}
|
|
8464
|
-
.custom-select:
|
|
8465
|
-
|
|
8503
|
+
.custom-select:focus {
|
|
8504
|
+
box-shadow: none;
|
|
8466
8505
|
}
|
|
8467
8506
|
.custom-select.is-invalid, .custom-select.is-invalid:focus {
|
|
8468
8507
|
border-color: var(--dh-color-form-control-error);
|
|
@@ -8477,14 +8516,22 @@ form label small {
|
|
|
8477
8516
|
}
|
|
8478
8517
|
|
|
8479
8518
|
.custom-select:disabled {
|
|
8480
|
-
|
|
8481
|
-
|
|
8519
|
+
color: var(--dh-color-text-disabled);
|
|
8520
|
+
background-color: var(--dh-color-input-disabled-bg);
|
|
8521
|
+
border-color: var(--dh-color-input-disabled-border);
|
|
8482
8522
|
background-image: var(--dh-svg-icon-select-indicator-disabled);
|
|
8523
|
+
opacity: 1;
|
|
8483
8524
|
}
|
|
8484
8525
|
.custom-select:disabled.is-invalid {
|
|
8485
8526
|
background-image: var(--dh-svg-icon-select-indicator-disabled), var(--dh-svg-icon-error);
|
|
8486
8527
|
}
|
|
8487
8528
|
|
|
8529
|
+
.custom-select:hover:not(:disabled) {
|
|
8530
|
+
background-color: var(--dh-color-selector-hover-bg);
|
|
8531
|
+
background-image: var(--dh-svg-icon-select-indicator-hover);
|
|
8532
|
+
border-color: var(--dh-color-input-hover-border);
|
|
8533
|
+
}
|
|
8534
|
+
|
|
8488
8535
|
input[type=number] {
|
|
8489
8536
|
-moz-appearance: textfield;
|
|
8490
8537
|
appearance: textfield;
|
|
@@ -8500,7 +8547,7 @@ input[type=number]::-webkit-inner-spin-button {
|
|
|
8500
8547
|
/* stylelint-disable no-descending-specificity -- keep with input section */
|
|
8501
8548
|
.input-group-append .btn {
|
|
8502
8549
|
background-color: var(--dh-color-input-bg);
|
|
8503
|
-
padding: 0.
|
|
8550
|
+
padding: 0.4214rem 0.5rem;
|
|
8504
8551
|
}
|
|
8505
8552
|
|
|
8506
8553
|
.input-group > .input-group-append > .btn {
|
|
@@ -8510,14 +8557,17 @@ input[type=number]::-webkit-inner-spin-button {
|
|
|
8510
8557
|
}
|
|
8511
8558
|
|
|
8512
8559
|
.input-group > .input-group-append.cb-dropdown > .btn {
|
|
8513
|
-
border: 1px solid var(--dh-color-
|
|
8560
|
+
border: 1px solid var(--dh-color-input-border);
|
|
8514
8561
|
}
|
|
8515
8562
|
.input-group > .input-group-append.cb-dropdown > .btn:focus {
|
|
8516
8563
|
border-color: var(--dh-color-input-focus-border);
|
|
8517
8564
|
}
|
|
8518
8565
|
.input-group > .input-group-append.cb-dropdown > .btn:disabled {
|
|
8519
|
-
|
|
8520
|
-
|
|
8566
|
+
background-color: var(--dh-color-input-disabled-bg);
|
|
8567
|
+
border-color: var(--dh-color-input-disabled-border);
|
|
8568
|
+
}
|
|
8569
|
+
.input-group > .input-group-append.cb-dropdown > .btn:disabled .cb-caret {
|
|
8570
|
+
background-color: var(--dh-color-icon-disabled-fg);
|
|
8521
8571
|
}
|
|
8522
8572
|
|
|
8523
8573
|
/* stylelint-enable no-descending-specificity */
|
|
@@ -8533,69 +8583,6 @@ input[type=number]::-webkit-inner-spin-button {
|
|
|
8533
8583
|
}
|
|
8534
8584
|
|
|
8535
8585
|
/********** Modal Styling *********/
|
|
8536
|
-
.modal-dialog.theme-bg-light .modal-content {
|
|
8537
|
-
color: var(--dh-color-black, #1a171a);
|
|
8538
|
-
background: var(--dh-color-gray-900, #fcfcfa);
|
|
8539
|
-
}
|
|
8540
|
-
.modal-dialog.theme-bg-light .form-control {
|
|
8541
|
-
background: var(--dh-color-gray-800);
|
|
8542
|
-
color: var(--dh-color-black, #1a171a);
|
|
8543
|
-
}
|
|
8544
|
-
.modal-dialog.theme-bg-light .custom-checkbox .custom-control-label::before {
|
|
8545
|
-
background-color: var(--dh-color-gray-900, #fcfcfa);
|
|
8546
|
-
}
|
|
8547
|
-
.modal-dialog.theme-bg-light .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
|
|
8548
|
-
background-color: var(--dh-color-accent-bg);
|
|
8549
|
-
}
|
|
8550
|
-
.modal-dialog.theme-bg-light .custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
|
|
8551
|
-
background-color: var(--dh-color-accent-1100);
|
|
8552
|
-
border-color: var(--dh-color-accent-bg);
|
|
8553
|
-
}
|
|
8554
|
-
.modal-dialog.theme-bg-light .custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before {
|
|
8555
|
-
border-color: var(--dh-color-black, #1a171a);
|
|
8556
|
-
background-color: var(--dh-color-gray-700);
|
|
8557
|
-
cursor: not-allowed;
|
|
8558
|
-
}
|
|
8559
|
-
.modal-dialog.theme-bg-light .custom-select {
|
|
8560
|
-
background-color: var(--dh-color-gray-800);
|
|
8561
|
-
color: var(--dh-color-black, #1a171a);
|
|
8562
|
-
}
|
|
8563
|
-
.modal-dialog.theme-bg-light .modal-header {
|
|
8564
|
-
border-bottom-color: transparent;
|
|
8565
|
-
}
|
|
8566
|
-
.modal-dialog.theme-bg-light .modal-header .close {
|
|
8567
|
-
outline: 0;
|
|
8568
|
-
}
|
|
8569
|
-
.modal-dialog.theme-bg-light .modal-footer {
|
|
8570
|
-
border-top-color: transparent;
|
|
8571
|
-
}
|
|
8572
|
-
.modal-dialog.theme-bg-light .btn-link {
|
|
8573
|
-
color: var(--dh-color-gray-400);
|
|
8574
|
-
}
|
|
8575
|
-
.modal-dialog.theme-bg-light .btn-link:hover {
|
|
8576
|
-
color: var(--dh-color-black, #1a171a);
|
|
8577
|
-
}
|
|
8578
|
-
.modal-dialog.theme-bg-light .btn-outline-secondary {
|
|
8579
|
-
color: var(--dh-color-gray-700);
|
|
8580
|
-
background-color: transparent;
|
|
8581
|
-
background-image: none;
|
|
8582
|
-
border-color: var(--dh-color-gray-700);
|
|
8583
|
-
}
|
|
8584
|
-
.modal-dialog.theme-bg-light .btn-outline-secondary:focus, .modal-dialog.theme-bg-light .btn-outline-secondary.focus {
|
|
8585
|
-
box-shadow: 0 0 0 0.2rem hsla(var(--dh-color-bg-hsl), 0.2);
|
|
8586
|
-
}
|
|
8587
|
-
|
|
8588
|
-
.modal-dialog.theme-bg-dark .modal-title {
|
|
8589
|
-
color: var(--dh-color-fg);
|
|
8590
|
-
}
|
|
8591
|
-
.modal-dialog.theme-bg-dark .modal-header .close {
|
|
8592
|
-
color: var(--dh-color-fg);
|
|
8593
|
-
text-shadow: 0 1px 0 var(--dh-color-bg);
|
|
8594
|
-
}
|
|
8595
|
-
.modal-dialog.theme-bg-dark .modal-content {
|
|
8596
|
-
background: var(--dh-color-content-bg, #2d2a2e);
|
|
8597
|
-
}
|
|
8598
|
-
|
|
8599
8586
|
/********** Browser Default Overides *********/
|
|
8600
8587
|
::selection {
|
|
8601
8588
|
color: var(--dh-color-fg);
|
|
@@ -8654,11 +8641,6 @@ input[type=number]::-webkit-inner-spin-button {
|
|
|
8654
8641
|
background: hsla(var(--dh-color-scrollbar-hsl), 0.35);
|
|
8655
8642
|
}
|
|
8656
8643
|
|
|
8657
|
-
.theme-bg-light {
|
|
8658
|
-
--dh-color-scrollbar-hsl: var(--dh-color-bg-hsl);
|
|
8659
|
-
scrollbar-color: hsla(var(--dh-color-scrollbar-hsl), 0.5) hsla(var(--dh-color-scrollbar-hsl), 0.3);
|
|
8660
|
-
}
|
|
8661
|
-
|
|
8662
8644
|
/********** Monaco Overides *********/
|
|
8663
8645
|
.monaco-aria-container {
|
|
8664
8646
|
display: none;
|
|
@@ -8746,14 +8728,6 @@ input[type=number]::-webkit-inner-spin-button {
|
|
|
8746
8728
|
text-shadow: 0 0 0 var(--dh-color-fg) !important;
|
|
8747
8729
|
}
|
|
8748
8730
|
|
|
8749
|
-
.modal-dialog.theme-bg-light .custom-select {
|
|
8750
|
-
background-image: var(--dh-svg-icon-select-indicator), linear-gradient(0deg, var(--dh-color-gray-800), var(--dh-color-gray-800));
|
|
8751
|
-
}
|
|
8752
|
-
.modal-dialog.theme-bg-light .custom-select:-moz-focusring {
|
|
8753
|
-
color: transparent;
|
|
8754
|
-
text-shadow: 0 0 0 var(--dh-color-bg) !important;
|
|
8755
|
-
}
|
|
8756
|
-
|
|
8757
8731
|
.custom-select option {
|
|
8758
8732
|
color: #3a4148;
|
|
8759
8733
|
}
|