@indice/ng-components 0.3.9-beta.1 → 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 +1 -5
- package/package.json +1 -1
package/_styles.scss
CHANGED
|
@@ -3423,11 +3423,7 @@
|
|
|
3423
3423
|
}
|
|
3424
3424
|
|
|
3425
3425
|
.advanced-search-chips.disabled .advanced-search-chips-remove-filter:active {
|
|
3426
|
-
transform
|
|
3427
|
-
}
|
|
3428
|
-
|
|
3429
|
-
.advanced-search-chips.disabled:hover, .advanced-search-chips-remove-filter:hover {
|
|
3430
|
-
cursor: not-allowed;
|
|
3426
|
+
@apply transform-none;
|
|
3431
3427
|
}
|
|
3432
3428
|
|
|
3433
3429
|
|