@selco/selco-css 1.8.25 → 1.8.26

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.
package/dist/index.css CHANGED
@@ -6185,14 +6185,11 @@ span.link {
6185
6185
  fill: #fff !important; }
6186
6186
  .citizen .sidebar .dropdown-link.active, .employee .sidebar .dropdown-link.active {
6187
6187
  border-left: 4px solid #7a2829;
6188
- color: #7a2829 !important;
6189
6188
  border-right: none; }
6190
6189
  .citizen .sidebar .dropdown-link.active.level-1, .employee .sidebar .dropdown-link.active.level-1 {
6191
6190
  border-left: 5px solid #7a2829; }
6192
6191
  .citizen .sidebar .dropdown-link.active.level-2, .employee .sidebar .dropdown-link.active.level-2 {
6193
6192
  border-left: 4px solid #7a2829; }
6194
- .citizen .sidebar .dropdown-link.active svg, .employee .sidebar .dropdown-link.active svg {
6195
- fill: #7a2829 !important; }
6196
6193
  .citizen .sidebar span, .employee .sidebar span {
6197
6194
  margin-left: 16px;
6198
6195
  text-overflow: ellipsis;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selco/selco-css",
3
- "version": "1.8.25",
3
+ "version": "1.8.26",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.css",
6
6
  "author": "Jagankumar <jagan.kumar@egov.org.in>",
@@ -252,11 +252,7 @@
252
252
  &.level-3{
253
253
 
254
254
  }
255
- color: theme(colors.primary.main) !important;
256
255
  border-right: none;
257
- svg {
258
- fill: theme(colors.primary.main) !important;
259
- }
260
256
  }
261
257
  }
262
258
  span {