@indice/ng-components 0.3.9-beta.0 → 0.3.9-beta.2
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 +3 -0
- package/package.json +1 -1
package/_styles.scss
CHANGED
|
@@ -3422,6 +3422,9 @@
|
|
|
3422
3422
|
@apply flex-shrink-0 ml-0.5 h-4 w-4 rounded-full inline-flex items-center justify-center text-gray-400 hover:bg-gray-200 hover:text-gray-500 focus:outline-none focus:bg-gray-500 focus:text-white;
|
|
3423
3423
|
}
|
|
3424
3424
|
|
|
3425
|
+
.advanced-search-chips.disabled .advanced-search-chips-remove-filter:active {
|
|
3426
|
+
@apply transform-none;
|
|
3427
|
+
}
|
|
3425
3428
|
|
|
3426
3429
|
|
|
3427
3430
|
|