ui-theme-igc-effect 1.2.2 → 1.2.4
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.
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
.Theme_control_igcEffect.SelectDropdown *::-webkit-scrollbar-thumb:hover,
|
|
23
23
|
.Theme_control_igcEffect.deprecated--SelectDropdown
|
|
24
24
|
*::-webkit-scrollbar-thumb:hover {
|
|
25
|
-
background-color: var(--color-gray-
|
|
25
|
+
background-color: var(--color-gray-200);
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
.Theme_control_igcEffect.SelectDropdown,
|
|
@@ -90,9 +90,9 @@
|
|
|
90
90
|
|
|
91
91
|
.Theme_control_igcEffect .Select-ClearIndicator .IconClear:before,
|
|
92
92
|
.Theme_control_igcEffect .deprecated--Select-ClearIndicator .IconClear:before {
|
|
93
|
-
width:
|
|
94
|
-
height:
|
|
95
|
-
content: url('data:image/svg+xml,%3Csvg width%3D%
|
|
93
|
+
width: 12px;
|
|
94
|
+
height: 12px;
|
|
95
|
+
content: url('data:image/svg+xml,%3Csvg width%3D%2212%22 height%3D%2212%22 viewBox%3D%220 0 12 12%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath d%3D%22M11.8327 1.34187L10.6577 0.16687L5.99935 4.8252L1.34102 0.16687L0.166016 1.34187L4.82435 6.0002L0.166016 10.6585L1.34102 11.8335L5.99935 7.1752L10.6577 11.8335L11.8327 10.6585L7.17435 6.0002L11.8327 1.34187Z%22 fill%3D%22%233521FF%22%2F%3E%3C%2Fsvg%3E');
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
.Theme_control_igcEffect .Select-ClearIndicatorIcon,
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
.Theme_control_igcEffect .TextField-ClearButton .IconClear:before {
|
|
28
|
-
width:
|
|
29
|
-
height:
|
|
30
|
-
content: url('data:image/svg+xml,%3Csvg width%3D%
|
|
28
|
+
width: 12px;
|
|
29
|
+
height: 12px;
|
|
30
|
+
content: url('data:image/svg+xml,%3Csvg width%3D%2212%22 height%3D%2212%22 viewBox%3D%220 0 12 12%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath d%3D%22M11.8327 1.34187L10.6577 0.16687L5.99935 4.8252L1.34102 0.16687L0.166016 1.34187L4.82435 6.0002L0.166016 10.6585L1.34102 11.8335L5.99935 7.1752L10.6577 11.8335L11.8327 10.6585L7.17435 6.0002L11.8327 1.34187Z%22 fill%3D%22%233521FF%22%2F%3E%3C%2Fsvg%3E');
|
|
31
31
|
}
|
|
32
32
|
.Theme_control_igcEffect .TextField-InputContainer_view_default {
|
|
33
33
|
--control-radius: 2px;
|