ui-theme-igc-effect 1.0.13 → 1.1.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.
|
@@ -38,10 +38,6 @@
|
|
|
38
38
|
|
|
39
39
|
.Theme_control_igcEffect .SelectDropdown-List .ListItem,
|
|
40
40
|
.Theme_control_igcEffect .deprecated--SelectDropdown-List .ListItem {
|
|
41
|
-
padding-top: 8px;
|
|
42
|
-
padding-bottom: 8px;
|
|
43
|
-
padding-left: 16px;
|
|
44
|
-
padding-right: 16px;
|
|
45
41
|
line-height: var(--line-height-text-m);
|
|
46
42
|
}
|
|
47
43
|
|
|
@@ -79,7 +75,6 @@
|
|
|
79
75
|
padding-left: 8px;
|
|
80
76
|
padding-right: 8px;
|
|
81
77
|
}
|
|
82
|
-
|
|
83
78
|
.Theme_control_igcEffect .Select-ClearIndicator,
|
|
84
79
|
.Theme_control_igcEffect .deprecated--Select-ClearIndicator {
|
|
85
80
|
height: 100%;
|
|
@@ -103,3 +98,42 @@
|
|
|
103
98
|
.Theme_control_igcEffect .deprecated--Select-ClearIndicatorIcon {
|
|
104
99
|
top: -0.5px;
|
|
105
100
|
}
|
|
101
|
+
.Theme_control_igcEffect
|
|
102
|
+
.SelectDropdown-ScrollContainer
|
|
103
|
+
.SelectDropdown-List
|
|
104
|
+
.ListItem,
|
|
105
|
+
.Theme_control_igcEffect
|
|
106
|
+
.deprecated--SelectDropdown-ScrollContainer
|
|
107
|
+
.deprecated--SelectDropdown-List
|
|
108
|
+
.ListItem {
|
|
109
|
+
min-height: 40px;
|
|
110
|
+
padding: 10px 0px 10px 10px;
|
|
111
|
+
border-radius: 2px;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.Theme_control_igcEffect .SelectDropdown-List .ListItem_interactive:hover,
|
|
115
|
+
.Theme_control_igcEffect
|
|
116
|
+
.deprecated--SelectDropdown-List
|
|
117
|
+
.ListItem_interactive:hover {
|
|
118
|
+
background-color: var(--color-royal-blue-50);
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.Theme_control_igcEffect .SelectDropdown-List .ListItem_active,
|
|
122
|
+
.Theme_control_igcEffect
|
|
123
|
+
.SelectDropdown-List
|
|
124
|
+
.ListItem_interactive:hover
|
|
125
|
+
.Checkbox
|
|
126
|
+
input:not(:checked),
|
|
127
|
+
.Theme_control_igcEffect .deprecated--SelectDropdown-List .ListItem_active,
|
|
128
|
+
.Theme_control_igcEffect
|
|
129
|
+
.deprecated--SelectDropdown-List
|
|
130
|
+
.ListItem_interactive:hover
|
|
131
|
+
.Checkbox
|
|
132
|
+
input:not(:checked) {
|
|
133
|
+
background-color: var(--color-bg-default);
|
|
134
|
+
}
|
|
135
|
+
.Theme_control_igcEffect .SelectDropdown-List .ListItem .Checkbox,
|
|
136
|
+
.Theme_control_igcEffect .deprecated--SelectDropdown-List .ListItem .Checkbox {
|
|
137
|
+
--checkbox-size: 20px;
|
|
138
|
+
margin-right: 2px;
|
|
139
|
+
}
|