@gooddata/sdk-ui-kit 11.57.0-alpha.1 → 11.57.0-alpha.2
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/esm/@ui/@types/icon.d.ts +1 -1
- package/esm/@ui/@types/icon.d.ts.map +1 -1
- package/esm/@ui/UiDropdown/UiDropdown.d.ts.map +1 -1
- package/esm/@ui/UiDropdown/UiDropdown.js +8 -7
- package/esm/@ui/UiDropdown/types.d.ts +5 -0
- package/esm/@ui/UiDropdown/types.d.ts.map +1 -1
- package/esm/@ui/UiIcon/icons.d.ts.map +1 -1
- package/esm/@ui/UiIcon/icons.js +3 -0
- package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsAllTabs.d.ts.map +1 -1
- package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsAllTabs.js +3 -3
- package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsAllTabsButton.d.ts.map +1 -1
- package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsAllTabsButton.js +4 -2
- package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTabActions.js +3 -3
- package/esm/Dialog/CsvDelimiterPicker.js +2 -2
- package/esm/index.js +1 -1
- package/esm/sdk-ui-kit.d.ts +6 -1
- package/package.json +14 -13
- package/styles/css/button.css +26 -26
- package/styles/css/button.css.map +1 -1
- package/styles/css/form.css +3 -3
- package/styles/css/invertableSelect.css +1 -1
- package/styles/css/list.css +3 -3
- package/styles/css/loadingDots.css +1 -1
- package/styles/css/main.css +42 -42
- package/styles/css/main.css.map +1 -1
- package/styles/css/measureNumberFormat.css +1 -1
- package/styles/css/menu.css +3 -3
- package/styles/css/syntaxHighlightingInput.css +2 -2
package/styles/css/main.css
CHANGED
|
@@ -1793,7 +1793,7 @@
|
|
|
1793
1793
|
color: var(--gd-palette-primary-base, #14b2e2);
|
|
1794
1794
|
}
|
|
1795
1795
|
.gd-ui-kit-combobox__item--isSelected.gd-ui-kit-combobox__item--isActive {
|
|
1796
|
-
background-color: var(--gd-palette-primary-dimmed, rgb(
|
|
1796
|
+
background-color: var(--gd-palette-primary-dimmed, rgb(90.7843137255%, 96.9803921569%, 98.862745098%));
|
|
1797
1797
|
color: var(--gd-palette-primary-base, #14b2e2);
|
|
1798
1798
|
}
|
|
1799
1799
|
.gd-ui-kit-combobox__item--isDisabled {
|
|
@@ -1911,7 +1911,7 @@
|
|
|
1911
1911
|
}
|
|
1912
1912
|
.gd-ui-kit-listbox__item--isSelected.gd-ui-kit-listbox__item--isFocused, .gd-ui-kit-listbox__item:hover.gd-ui-kit-listbox__item--isSelected {
|
|
1913
1913
|
font-weight: bold;
|
|
1914
|
-
background-color: var(--gd-palette-primary-dimmed, rgb(
|
|
1914
|
+
background-color: var(--gd-palette-primary-dimmed, rgb(90.7843137255%, 96.9803921569%, 98.862745098%));
|
|
1915
1915
|
color: var(--gd-palette-primary-base, #14b2e2);
|
|
1916
1916
|
}
|
|
1917
1917
|
.gd-ui-kit-listbox__item--isDisabled {
|
|
@@ -2495,7 +2495,7 @@
|
|
|
2495
2495
|
color: var(--gd-palette-primary-base, #14b2e2);
|
|
2496
2496
|
}
|
|
2497
2497
|
.gd-ui-kit-link--variant-primary:hover {
|
|
2498
|
-
color: var(--gd-palette-primary-base-d06, rgb(
|
|
2498
|
+
color: var(--gd-palette-primary-base-d06, rgb(6.8675274988%, 61.1209947394%, 77.6030607365%));
|
|
2499
2499
|
}
|
|
2500
2500
|
.gd-ui-kit-link--variant-secondary, .gd-ui-kit-link--variant-secondary:focus, .gd-ui-kit-link--variant-secondary:active {
|
|
2501
2501
|
color: var(--gd-palette-complementary-7, #6d7680);
|
|
@@ -5720,7 +5720,7 @@
|
|
|
5720
5720
|
.gd-button-primary:focus, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:focus, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:focus, .gd-button-primary.is-focus, .is-focus.gd-button-link.gd-button-icon-only[class*=gd-icon-], .is-focus.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed,
|
|
5721
5721
|
.gd-button-secondary:focus,
|
|
5722
5722
|
.gd-button-secondary.is-focus {
|
|
5723
|
-
box-shadow: var(--gd-button-dropShadow, 0 0 3px 1px) rgba(
|
|
5723
|
+
box-shadow: var(--gd-button-dropShadow, 0 0 3px 1px) rgba(26.9363940698%, 78.0162601626%, 93.5341941655%, 0), var(--gd-button-dropShadow, 0 1px 2px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 var(--gd-shadow-color-from-theme, rgba(177, 193, 209, 0.6));
|
|
5724
5724
|
border-color: var(--gd-palette-primary-base-t25, rgba(20, 178, 226, 0.75));
|
|
5725
5725
|
}
|
|
5726
5726
|
.gd-button-primary:active, .gd-button-link.gd-button-icon-only[class*=gd-icon-]:active, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:active, .gd-button-primary.is-active, .is-active.gd-button-link.gd-button-icon-only[class*=gd-icon-], .is-active.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed,
|
|
@@ -5805,18 +5805,18 @@
|
|
|
5805
5805
|
}
|
|
5806
5806
|
.gd-button-positive:hover {
|
|
5807
5807
|
box-shadow: 0 1px 1px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
|
|
5808
|
-
background: var(--gd-palette-success-base-d06, rgb(0
|
|
5808
|
+
background: var(--gd-palette-success-base-d06, rgb(0%, 63.6862745098%, 46.5272782688%));
|
|
5809
5809
|
}
|
|
5810
5810
|
.gd-button-positive:focus {
|
|
5811
|
-
box-shadow: var(--gd-button-dropShadow, 0 0 3px 1px) var(--gd-palette-success-focus, rgba(0
|
|
5811
|
+
box-shadow: var(--gd-button-dropShadow, 0 0 3px 1px) var(--gd-palette-success-focus, rgba(0%, 87.6862745098%, 64.0609570253%, 0.5)), var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -2px 0 0 rgba(0, 0, 0, 0.15);
|
|
5812
5812
|
}
|
|
5813
5813
|
.gd-button-positive:active, .gd-button-positive.is-active {
|
|
5814
5814
|
box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.15);
|
|
5815
|
-
background: var(--gd-palette-success-base-d06, rgb(0
|
|
5816
|
-
background-image: -webkit-linear-gradient(top, var(--gd-palette-success-base-d12, rgb(0
|
|
5817
|
-
background-image: -moz-linear-gradient(top, var(--gd-palette-success-base-d12, rgb(0
|
|
5818
|
-
background-image: -ms-linear-gradient(top, var(--gd-palette-success-base-d12, rgb(0
|
|
5819
|
-
background-image: linear-gradient(to top, var(--gd-palette-success-base-d12, rgb(0
|
|
5815
|
+
background: var(--gd-palette-success-base-d06, rgb(0%, 63.6862745098%, 46.5272782688%)); /* Old browsers */
|
|
5816
|
+
background-image: -webkit-linear-gradient(top, var(--gd-palette-success-base-d12, rgb(0%, 51.6862745098%, 37.7604388906%)), var(--gd-palette-success-base-d06, rgb(0%, 63.6862745098%, 46.5272782688%))); /* Chrome 10+, Saf5.1+ */
|
|
5817
|
+
background-image: -moz-linear-gradient(top, var(--gd-palette-success-base-d12, rgb(0%, 51.6862745098%, 37.7604388906%)), var(--gd-palette-success-base-d06, rgb(0%, 63.6862745098%, 46.5272782688%))); /* FF3.6 */
|
|
5818
|
+
background-image: -ms-linear-gradient(top, var(--gd-palette-success-base-d12, rgb(0%, 51.6862745098%, 37.7604388906%)), var(--gd-palette-success-base-d06, rgb(0%, 63.6862745098%, 46.5272782688%))); /* IE10 */
|
|
5819
|
+
background-image: linear-gradient(to top, var(--gd-palette-success-base-d12, rgb(0%, 51.6862745098%, 37.7604388906%)), var(--gd-palette-success-base-d06, rgb(0%, 63.6862745098%, 46.5272782688%)));
|
|
5820
5820
|
}
|
|
5821
5821
|
|
|
5822
5822
|
.gd-button-negative {
|
|
@@ -5825,18 +5825,18 @@
|
|
|
5825
5825
|
}
|
|
5826
5826
|
.gd-button-negative:hover {
|
|
5827
5827
|
box-shadow: 0 1px 1px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
|
|
5828
|
-
background: var(--gd-palette-error-base-d10, rgb(
|
|
5828
|
+
background: var(--gd-palette-error-base-d10, rgb(84.1149110807%, 16.4669402645%, 11.5713634291%));
|
|
5829
5829
|
}
|
|
5830
5830
|
.gd-button-negative:focus {
|
|
5831
|
-
box-shadow: var(--gd-button-dropShadow, 0 0 3px 1px) var(--gd-palette-error-focus, rgba(
|
|
5831
|
+
box-shadow: var(--gd-button-dropShadow, 0 0 3px 1px) var(--gd-palette-error-focus, rgba(92.2225262198%, 46.7542179663%, 43.46374829%, 0.6)), var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
|
|
5832
5832
|
}
|
|
5833
5833
|
.gd-button-negative:active, .gd-button-negative.is-active {
|
|
5834
5834
|
box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.15);
|
|
5835
|
-
background: var(--gd-palette-error-base-d10, rgb(
|
|
5836
|
-
background-image: -webkit-linear-gradient(top, var(--gd-palette-error-base-d20, rgb(
|
|
5837
|
-
background-image: -moz-linear-gradient(top, var(--gd-palette-error-base-d20, rgb(
|
|
5838
|
-
background-image: -ms-linear-gradient(top, var(--gd-palette-error-base-d20, rgb(
|
|
5839
|
-
background-image: linear-gradient(to top, var(--gd-palette-error-base-d20, rgb(
|
|
5835
|
+
background: var(--gd-palette-error-base-d10, rgb(84.1149110807%, 16.4669402645%, 11.5713634291%)); /* Old browsers */
|
|
5836
|
+
background-image: -webkit-linear-gradient(top, var(--gd-palette-error-base-d20, rgb(66.5335157319%, 13.0250797994%, 9.1527587779%)), var(--gd-palette-error-base-d10, rgb(84.1149110807%, 16.4669402645%, 11.5713634291%))); /* Chrome 10+, Saf5.1+ */
|
|
5837
|
+
background-image: -moz-linear-gradient(top, var(--gd-palette-error-base-d20, rgb(66.5335157319%, 13.0250797994%, 9.1527587779%)), var(--gd-palette-error-base-d10, rgb(84.1149110807%, 16.4669402645%, 11.5713634291%))); /* FF3.6 */
|
|
5838
|
+
background-image: -ms-linear-gradient(top, var(--gd-palette-error-base-d20, rgb(66.5335157319%, 13.0250797994%, 9.1527587779%)), var(--gd-palette-error-base-d10, rgb(84.1149110807%, 16.4669402645%, 11.5713634291%))); /* IE10 */
|
|
5839
|
+
background-image: linear-gradient(to top, var(--gd-palette-error-base-d20, rgb(66.5335157319%, 13.0250797994%, 9.1527587779%)), var(--gd-palette-error-base-d10, rgb(84.1149110807%, 16.4669402645%, 11.5713634291%)));
|
|
5840
5840
|
}
|
|
5841
5841
|
|
|
5842
5842
|
.gd-button-action {
|
|
@@ -5845,18 +5845,18 @@
|
|
|
5845
5845
|
}
|
|
5846
5846
|
.gd-button-action:hover {
|
|
5847
5847
|
box-shadow: 0 1px 1px 0 var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
|
|
5848
|
-
background: var(--gd-palette-primary-base-d06, rgb(
|
|
5848
|
+
background: var(--gd-palette-primary-base-d06, rgb(6.8675274988%, 61.1209947394%, 77.6030607365%));
|
|
5849
5849
|
}
|
|
5850
5850
|
.gd-button-action:focus {
|
|
5851
|
-
box-shadow: var(--gd-button-dropShadow, 0 0 3px 1px) var(--gd-palette-primary-focus, rgba(
|
|
5851
|
+
box-shadow: var(--gd-button-dropShadow, 0 0 3px 1px) var(--gd-palette-primary-focus, rgba(15.9120038259%, 74.6991869919%, 92.5585844094%, 0.6)), var(--gd-button-dropShadow, 0 1px 1px 0) var(--gd-shadow-color-from-theme, rgba(20, 56, 93, 0.15)), inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
|
|
5852
5852
|
}
|
|
5853
5853
|
.gd-button-action:active, .gd-button-action.is-active {
|
|
5854
5854
|
box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.15);
|
|
5855
|
-
background: var(--gd-palette-primary-base-d06, rgb(
|
|
5856
|
-
background-image: -webkit-linear-gradient(top, var(--gd-palette-primary-base-d12, rgb(
|
|
5857
|
-
background-image: -moz-linear-gradient(top, var(--gd-palette-primary-base-d12, rgb(
|
|
5858
|
-
background-image: -ms-linear-gradient(top, var(--gd-palette-primary-base-d12, rgb(
|
|
5859
|
-
background-image: linear-gradient(to top, var(--gd-palette-primary-base-d12, rgb(
|
|
5855
|
+
background: var(--gd-palette-primary-base-d06, rgb(6.8675274988%, 61.1209947394%, 77.6030607365%)); /* Old browsers */
|
|
5856
|
+
background-image: -webkit-linear-gradient(top, var(--gd-palette-primary-base-d12, rgb(5.8919177427%, 52.4380679101%, 66.5786704926%)), var(--gd-palette-primary-base-d06, rgb(6.8675274988%, 61.1209947394%, 77.6030607365%))); /* Chrome 10+, Saf5.1+ */
|
|
5857
|
+
background-image: -moz-linear-gradient(top, var(--gd-palette-primary-base-d12, rgb(5.8919177427%, 52.4380679101%, 66.5786704926%)), var(--gd-palette-primary-base-d06, rgb(6.8675274988%, 61.1209947394%, 77.6030607365%))); /* FF3.6 */
|
|
5858
|
+
background-image: -ms-linear-gradient(top, var(--gd-palette-primary-base-d12, rgb(5.8919177427%, 52.4380679101%, 66.5786704926%)), var(--gd-palette-primary-base-d06, rgb(6.8675274988%, 61.1209947394%, 77.6030607365%))); /* IE10 */
|
|
5859
|
+
background-image: linear-gradient(to top, var(--gd-palette-primary-base-d12, rgb(5.8919177427%, 52.4380679101%, 66.5786704926%)), var(--gd-palette-primary-base-d06, rgb(6.8675274988%, 61.1209947394%, 77.6030607365%)));
|
|
5860
5860
|
}
|
|
5861
5861
|
|
|
5862
5862
|
/* Button links
|
|
@@ -5994,7 +5994,7 @@
|
|
|
5994
5994
|
.gd-button-link.gd-button-icon-only[class*=gd-icon-]:active::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:active::before,
|
|
5995
5995
|
.gd-button-link.gd-button-icon-only[class*=gd-icon-]:active .gd-button-icon,
|
|
5996
5996
|
.gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:active .gd-button-icon {
|
|
5997
|
-
color: var(--gd-palette-primary-base-d06, rgb(
|
|
5997
|
+
color: var(--gd-palette-primary-base-d06, rgb(6.8675274988%, 61.1209947394%, 77.6030607365%));
|
|
5998
5998
|
}
|
|
5999
5999
|
.gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover::before, .gd-button-icon-only[class*=gd-icon-].gd-button-link-dimmed:hover::before,
|
|
6000
6000
|
.gd-button-link.gd-button-icon-only[class*=gd-icon-]:hover .gd-button-icon,
|
|
@@ -6154,7 +6154,7 @@
|
|
|
6154
6154
|
}
|
|
6155
6155
|
.gd-button-positive.disabled, .gd-button-positive.disabled:hover, .gd-button-positive.disabled:focus, .gd-button-positive.disabled:active {
|
|
6156
6156
|
color: var(--gd-palette-complementary-0, #fff);
|
|
6157
|
-
background: var(--gd-palette-success-disabled, rgba(0
|
|
6157
|
+
background: var(--gd-palette-success-disabled, rgba(0%, 87.6862745098%, 64.0609570253%, 0.5));
|
|
6158
6158
|
}
|
|
6159
6159
|
.gd-button-positive.disabled::before, .gd-button-positive.disabled::after,
|
|
6160
6160
|
.gd-button-positive.disabled .gd-button-icon, .gd-button-positive.disabled:hover::before, .gd-button-positive.disabled:hover::after,
|
|
@@ -6169,7 +6169,7 @@
|
|
|
6169
6169
|
}
|
|
6170
6170
|
.gd-button-negative.disabled, .gd-button-negative.disabled:hover, .gd-button-negative.disabled:focus, .gd-button-negative.disabled:active {
|
|
6171
6171
|
color: var(--gd-palette-complementary-0, #fff);
|
|
6172
|
-
background: var(--gd-palette-error-disabled, rgba(
|
|
6172
|
+
background: var(--gd-palette-error-disabled, rgba(94.641130871%, 63.3123575011%, 61.0451436389%, 0.6));
|
|
6173
6173
|
}
|
|
6174
6174
|
.gd-button-negative.disabled::before, .gd-button-negative.disabled::after,
|
|
6175
6175
|
.gd-button-negative.disabled .gd-button-icon, .gd-button-negative.disabled:hover::before, .gd-button-negative.disabled:hover::after,
|
|
@@ -6184,7 +6184,7 @@
|
|
|
6184
6184
|
}
|
|
6185
6185
|
.gd-button-action.disabled, .gd-button-action.disabled:hover, .gd-button-action.disabled:focus, .gd-button-action.disabled:active {
|
|
6186
6186
|
color: var(--gd-palette-complementary-0, #fff);
|
|
6187
|
-
background: var(--gd-palette-primary-disabled, rgba(
|
|
6187
|
+
background: var(--gd-palette-primary-disabled, rgba(26.9363940698%, 78.0162601626%, 93.5341941655%, 0.6));
|
|
6188
6188
|
-ms-filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
|
6189
6189
|
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
|
6190
6190
|
}
|
|
@@ -7994,7 +7994,7 @@ textarea.gd-input, textarea.input-text {
|
|
|
7994
7994
|
.input-radio-label:active .input-label-text::before,
|
|
7995
7995
|
.input-checkbox-label:active .input-label-text::before {
|
|
7996
7996
|
border-color: var(--gd-palette-primary-base, #14b2e2);
|
|
7997
|
-
background-color: var(--gd-palette-primary-dimmed, rgb(
|
|
7997
|
+
background-color: var(--gd-palette-primary-dimmed, rgb(90.7843137255%, 96.9803921569%, 98.862745098%));
|
|
7998
7998
|
}
|
|
7999
7999
|
.input-radio-label input,
|
|
8000
8000
|
.input-checkbox-label input {
|
|
@@ -8120,7 +8120,7 @@ textarea.gd-input, textarea.input-text {
|
|
|
8120
8120
|
}
|
|
8121
8121
|
.input-checkbox-toggle input:checked ~ .input-label-text::after {
|
|
8122
8122
|
right: 2px;
|
|
8123
|
-
border: 1px solid var(--gd-palette-primary-base-d06, rgb(
|
|
8123
|
+
border: 1px solid var(--gd-palette-primary-base-d06, rgb(6.8675274988%, 61.1209947394%, 77.6030607365%));
|
|
8124
8124
|
background: var(--gd-palette-primary-base, #14b2e2);
|
|
8125
8125
|
}
|
|
8126
8126
|
.input-checkbox-toggle:hover .input-label-text::after, .input-checkbox-toggle:active .input-label-text::after {
|
|
@@ -8128,7 +8128,7 @@ textarea.gd-input, textarea.input-text {
|
|
|
8128
8128
|
background: var(--gd-palette-complementary-3-from-theme, #d7dfe5);
|
|
8129
8129
|
}
|
|
8130
8130
|
.input-checkbox-toggle:hover input:checked ~ .input-label-text::after, .input-checkbox-toggle:active input:checked ~ .input-label-text::after {
|
|
8131
|
-
background: var(--gd-palette-primary-base-d06, rgb(
|
|
8131
|
+
background: var(--gd-palette-primary-base-d06, rgb(6.8675274988%, 61.1209947394%, 77.6030607365%));
|
|
8132
8132
|
}
|
|
8133
8133
|
.input-checkbox-toggle input:disabled ~ .input-label-text::before,
|
|
8134
8134
|
.input-checkbox-toggle input:disabled ~ .input-label-text::after,
|
|
@@ -8238,7 +8238,7 @@ textarea.gd-input, textarea.input-text {
|
|
|
8238
8238
|
color: var(--gd-palette-primary-base, #14b2e2);
|
|
8239
8239
|
}
|
|
8240
8240
|
.gd-measure-custom-format-dialog-body .gd-measure-custom-format-dialog-content .gd-measure-format-button-templates:hover {
|
|
8241
|
-
color: var(--gd-palette-primary-base-darken20, rgb(
|
|
8241
|
+
color: var(--gd-palette-primary-base-darken20, rgb(4.5911047346%, 40.8608321377%, 51.8794835007%));
|
|
8242
8242
|
}
|
|
8243
8243
|
.gd-measure-custom-format-dialog-body .gd-measure-custom-format-dialog-content .gd-measure-format-template-preview {
|
|
8244
8244
|
position: relative;
|
|
@@ -8406,7 +8406,7 @@ textarea.gd-input, textarea.input-text {
|
|
|
8406
8406
|
.gd-input-syntax-highlighting-input .cm-editor .cm-matchingBracket {
|
|
8407
8407
|
font-weight: bold;
|
|
8408
8408
|
color: var(--gd-palette-complementary-9, #000);
|
|
8409
|
-
background-color: var(--gd-palette-warning-dimmed, rgb(
|
|
8409
|
+
background-color: var(--gd-palette-warning-dimmed, rgb(98.9019607843%, 90.5098039216%, 80%));
|
|
8410
8410
|
}
|
|
8411
8411
|
.gd-input-syntax-highlighting-input .cm-editor .cm-nonmatchingBracket {
|
|
8412
8412
|
color: var(--gd-palette-error-base, #e54d42);
|
|
@@ -8419,7 +8419,7 @@ textarea.gd-input, textarea.input-text {
|
|
|
8419
8419
|
border-left-color: var(--gd-palette-complementary-7-from-theme, #687581);
|
|
8420
8420
|
}
|
|
8421
8421
|
.gd-input-syntax-highlighting-input .cm-editor .cm-selectionBackground, .gd-input-syntax-highlighting-input .cm-editor.cm-focused .cm-selectionBackground {
|
|
8422
|
-
background: var(--gd-palette-primary-dimmed, rgb(
|
|
8422
|
+
background: var(--gd-palette-primary-dimmed, rgb(90.7843137255%, 96.9803921569%, 98.862745098%));
|
|
8423
8423
|
}
|
|
8424
8424
|
.gd-input-syntax-highlighting-input .cm-editor .cm-placeholder {
|
|
8425
8425
|
color: var(--gd-palette-complementary-7, #6d7680);
|
|
@@ -8649,7 +8649,7 @@ button.gd-list-item {
|
|
|
8649
8649
|
text-decoration: none;
|
|
8650
8650
|
}
|
|
8651
8651
|
.gd-list-item:hover.is-selected {
|
|
8652
|
-
background-color: var(--gd-palette-primary-dimmed, rgb(
|
|
8652
|
+
background-color: var(--gd-palette-primary-dimmed, rgb(90.7843137255%, 96.9803921569%, 98.862745098%));
|
|
8653
8653
|
}
|
|
8654
8654
|
.gd-list-item:focus-visible {
|
|
8655
8655
|
outline: revert;
|
|
@@ -8657,7 +8657,7 @@ button.gd-list-item {
|
|
|
8657
8657
|
}
|
|
8658
8658
|
.gd-list-item.gd-menu-item-remove:hover {
|
|
8659
8659
|
color: var(--gd-palette-error-base, #e54d42);
|
|
8660
|
-
background: var(--gd-palette-error-dimmed, rgb(
|
|
8660
|
+
background: var(--gd-palette-error-dimmed, rgb(98.9803921569%, 93.0196078431%, 92.5882352941%));
|
|
8661
8661
|
}
|
|
8662
8662
|
.gd-mobile-dropdown-content .gd-list-item {
|
|
8663
8663
|
border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
|
|
@@ -8666,7 +8666,7 @@ button.gd-list-item {
|
|
|
8666
8666
|
}
|
|
8667
8667
|
.gd-list-item.variant-delete:hover {
|
|
8668
8668
|
color: var(--gd-palette-error-base, #e54d42);
|
|
8669
|
-
background: var(--gd-palette-error-dimmed, rgb(
|
|
8669
|
+
background: var(--gd-palette-error-dimmed, rgb(98.9803921569%, 93.0196078431%, 92.5882352941%));
|
|
8670
8670
|
}
|
|
8671
8671
|
.gd-list-item.is-disabled {
|
|
8672
8672
|
opacity: 0.5;
|
|
@@ -10789,7 +10789,7 @@ button.gd-button-primary.gd-upsell-button:active {
|
|
|
10789
10789
|
animation-delay: -0.16s;
|
|
10790
10790
|
}
|
|
10791
10791
|
.gd-loading-dots .gd-loading-dots-3 {
|
|
10792
|
-
animation-delay: 0s;
|
|
10792
|
+
animation-delay: -0s;
|
|
10793
10793
|
}
|
|
10794
10794
|
.gd-loading-dots div:last-child {
|
|
10795
10795
|
margin-right: 0;
|
|
@@ -13417,7 +13417,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
13417
13417
|
}
|
|
13418
13418
|
.gd-invertable-select-all-checkbox[role=checkbox]:active .input-label-text::before {
|
|
13419
13419
|
border-color: var(--gd-palette-primary-base, #14b2e2);
|
|
13420
|
-
background-color: var(--gd-palette-primary-dimmed, rgb(
|
|
13420
|
+
background-color: var(--gd-palette-primary-dimmed, rgb(90.7843137255%, 96.9803921569%, 98.862745098%));
|
|
13421
13421
|
}
|
|
13422
13422
|
|
|
13423
13423
|
.gd-invertable-list-limitExceeded {
|
|
@@ -14168,7 +14168,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
14168
14168
|
background-color: var(--gd-palette-complementary-2, #ebeff4);
|
|
14169
14169
|
}
|
|
14170
14170
|
.gd-filter-group-item.gd-is-active:not(.gd-is-disabled):hover {
|
|
14171
|
-
background-color: var(--gd-palette-primary-dimmed, rgb(
|
|
14171
|
+
background-color: var(--gd-palette-primary-dimmed, rgb(90.7843137255%, 96.9803921569%, 98.862745098%));
|
|
14172
14172
|
}
|
|
14173
14173
|
.gd-filter-group-item::before {
|
|
14174
14174
|
content: "";
|
|
@@ -14188,7 +14188,7 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
14188
14188
|
opacity: 1;
|
|
14189
14189
|
}
|
|
14190
14190
|
.gd-filter-group-item.error:not(.gd-is-active) {
|
|
14191
|
-
background-color: var(--gd-palette-error-dimmed, rgb(
|
|
14191
|
+
background-color: var(--gd-palette-error-dimmed, rgb(98.9803921569%, 93.0196078431%, 92.5882352941%));
|
|
14192
14192
|
}
|
|
14193
14193
|
.gd-filter-group-item.error:not(.gd-is-active) .gd-filter-group-item-icon {
|
|
14194
14194
|
color: var(--gd-palette-error-base, #e54d42);
|