@indice/ng-components 0.3.2-beta.59 → 0.3.2-beta.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.
Files changed (2) hide show
  1. package/_styles.scss +4 -3
  2. package/package.json +1 -1
package/_styles.scss CHANGED
@@ -3284,14 +3284,15 @@
3284
3284
  .nav-link-mobile-active {
3285
3285
  @apply cursor-default bg-gray-900 text-sky-300 block px-3 py-2 rounded-lg text-xs whitespace-nowrap overflow-ellipsis overflow-hidden;
3286
3286
  }
3287
-
3287
+
3288
3288
  .view-nav-link {
3289
3289
  @apply cursor-pointer rounded-md text-gray-600 hover:border-gray-50 border-transparent border-l-2 hover:bg-gray-50 hover:text-gray-900 py-2 px-4 flex items-center text-sm whitespace-nowrap overflow-ellipsis overflow-hidden;
3290
3290
  }
3291
-
3291
+
3292
3292
  .view-nav-link-active {
3293
- @apply cursor-default rounded-md bg-gray-50 border-gray-600 hover:border-gray-600 text-gray-900 border-l-2 py-2 px-3 flex items-center text-sm whitespace-nowrap overflow-ellipsis overflow-hidden;
3293
+ @apply cursor-default bg-gray-100 border-gray-600 hover:border-gray-600 text-gray-900;
3294
3294
  }
3295
+
3295
3296
 
3296
3297
  .min-nav-link-text-width {
3297
3298
  width: 220px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indice/ng-components",
3
- "version": "0.3.2-beta.59",
3
+ "version": "0.3.2-beta.60",
4
4
  "description": "Indice common components for Angular v12",
5
5
  "repository": {
6
6
  "type": "git",