ui-theme-igc-effect 1.0.12 → 1.0.13
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.
|
@@ -83,7 +83,8 @@
|
|
|
83
83
|
.Theme_control_igcEffect .Select-ClearIndicator,
|
|
84
84
|
.Theme_control_igcEffect .deprecated--Select-ClearIndicator {
|
|
85
85
|
height: 100%;
|
|
86
|
-
padding:
|
|
86
|
+
padding-left: 8px;
|
|
87
|
+
padding-right: 8px;
|
|
87
88
|
}
|
|
88
89
|
|
|
89
90
|
.Theme_control_igcEffect .Select-ClearIndicator .IconClear svg,
|
|
@@ -93,9 +94,9 @@
|
|
|
93
94
|
|
|
94
95
|
.Theme_control_igcEffect .Select-ClearIndicator .IconClear:before,
|
|
95
96
|
.Theme_control_igcEffect .deprecated--Select-ClearIndicator .IconClear:before {
|
|
96
|
-
width:
|
|
97
|
-
height:
|
|
98
|
-
content: url('data:image/svg+xml,%3Csvg viewBox%3D%220 0
|
|
97
|
+
width: 14px;
|
|
98
|
+
height: 14px;
|
|
99
|
+
content: url('data:image/svg+xml,%3Csvg width%3D%2214%22 height%3D%2214%22 viewBox%3D%220 0 14 14%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath d%3D%22M14 1.41L12.59 0L7 5.59L1.41 0L0 1.41L5.59 7L0 12.59L1.41 14L7 8.41L12.59 14L14 12.59L8.41 7L14 1.41Z%22 fill%3D%22%233521FF%22%2F%3E%3C%2Fsvg%3E');
|
|
99
100
|
}
|
|
100
101
|
|
|
101
102
|
.Theme_control_igcEffect .Select-ClearIndicatorIcon,
|
|
@@ -16,3 +16,17 @@
|
|
|
16
16
|
padding-left: 16px;
|
|
17
17
|
padding-right: 16px;
|
|
18
18
|
}
|
|
19
|
+
|
|
20
|
+
.Theme_control_igcEffect .TextField-ClearButton {
|
|
21
|
+
align-self: center;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.Theme_control_igcEffect .TextField-ClearButton .IconClear svg {
|
|
25
|
+
display: none;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.Theme_control_igcEffect .TextField-ClearButton .IconClear:before {
|
|
29
|
+
width: 14px;
|
|
30
|
+
height: 14px;
|
|
31
|
+
content: url('data:image/svg+xml,%3Csvg width%3D%2214%22 height%3D%2214%22 viewBox%3D%220 0 14 14%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath d%3D%22M14 1.41L12.59 0L7 5.59L1.41 0L0 1.41L5.59 7L0 12.59L1.41 14L7 8.41L12.59 14L14 12.59L8.41 7L14 1.41Z%22 fill%3D%22%233521FF%22%2F%3E%3C%2Fsvg%3E');
|
|
32
|
+
}
|