ros.grant.common 2.1.58 → 2.1.60

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.
@@ -415,13 +415,9 @@
415
415
  font-size: 14px;
416
416
  z-index: 1;
417
417
 
418
- &[select-val="0"] {
419
- color: var(--Secondary);
420
- }
421
-
422
418
  &:empty:not(:focus):before {
423
419
  content: attr(data-text);
424
- color: var(--Stroke);
420
+ color: var(--Secondary);
425
421
  }
426
422
  }
427
423
 
@@ -45,7 +45,7 @@
45
45
 
46
46
  &.filled {
47
47
  .side-menu-nav__item__fill-info {
48
- color: var(--Main3); // должно быть Subsidiary
48
+ color: #A9967D; // должно быть Subsidiary
49
49
  }
50
50
  }
51
51
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.1.58",
2
+ "version": "2.1.60",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "scripts": {