intelicoreact 1.2.92 → 1.2.93
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.
|
@@ -5,7 +5,9 @@
|
|
|
5
5
|
--variants-list-radio--margin-after-item: 2px;
|
|
6
6
|
--variants-list-radio--item-background-color: #FFF;
|
|
7
7
|
--variants-list-radio--item-highlight-background-color: #F7F8FA;
|
|
8
|
-
--variants-list-radio--
|
|
8
|
+
--variants-list-radio--item-with-borders-highlight-background-color: transparent;
|
|
9
|
+
--variants-list-radio--disabled-item-highlight-background-color: transparent;
|
|
10
|
+
--variants-list-radio--disabled-item-with-borders-highlight-background-color: #F7F8FA;
|
|
9
11
|
--variants-list-radio--item-border-color: rgba(58, 72, 122, 0.15);
|
|
10
12
|
--variants-list-radio--item-border-color-active: #1F7499;
|
|
11
13
|
|
|
@@ -199,6 +201,8 @@
|
|
|
199
201
|
}
|
|
200
202
|
|
|
201
203
|
&.variants-list-radio__item_active {
|
|
204
|
+
background-color: var(--variants-list-radio--disabled-item-highlight-background-color);
|
|
205
|
+
|
|
202
206
|
.variants-list-radio__item-radio-mark {
|
|
203
207
|
background-color: #757F8C;
|
|
204
208
|
}
|
|
@@ -277,13 +281,13 @@
|
|
|
277
281
|
|
|
278
282
|
&_active {
|
|
279
283
|
border-color: var(--variants-list-radio--item-border-color-active);
|
|
280
|
-
background-color:
|
|
284
|
+
background-color: var(--variants-list-radio--item-with-borders-highlight-background-color);
|
|
281
285
|
}
|
|
282
286
|
|
|
283
287
|
&_disabled {
|
|
284
288
|
&.variants-list-radio__item_active {
|
|
285
289
|
border-color: var(--variants-list-radio--item-border-color);
|
|
286
|
-
background-color: var(--variants-list-radio--disabled-item-highlight-background-color);
|
|
290
|
+
background-color: var(--variants-list-radio--disabled-item-with-borders-highlight-background-color);
|
|
287
291
|
}
|
|
288
292
|
}
|
|
289
293
|
}
|