@indice/ng-components 0.3.2-beta.25 → 0.3.2-beta.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/_styles.scss +1 -1
- package/package.json +1 -1
package/_styles.scss
CHANGED
|
@@ -3283,7 +3283,7 @@
|
|
|
3283
3283
|
}
|
|
3284
3284
|
|
|
3285
3285
|
.view-nav-link {
|
|
3286
|
-
@apply cursor-pointer rounded-md text-gray-600 hover:bg-gray-50 hover:text-gray-900 py-2 px-4 flex items-center text-sm whitespace-nowrap overflow-ellipsis overflow-hidden;
|
|
3286
|
+
@apply cursor-pointer rounded-md text-gray-600 hover:border-gray-50 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;
|
|
3287
3287
|
}
|
|
3288
3288
|
|
|
3289
3289
|
.view-nav-link-active {
|