@ansiversa/components 0.0.91 → 0.0.92
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/package.json +1 -1
- package/src/styles/global.css +2 -0
package/package.json
CHANGED
package/src/styles/global.css
CHANGED
|
@@ -1147,10 +1147,12 @@
|
|
|
1147
1147
|
border-right: 4px solid transparent;
|
|
1148
1148
|
border-top: 6px solid var(--ans-muted);
|
|
1149
1149
|
transform: translateY(1px);
|
|
1150
|
+
opacity: 0;
|
|
1150
1151
|
}
|
|
1151
1152
|
|
|
1152
1153
|
.av-table__sort--active::after {
|
|
1153
1154
|
border-top-color: var(--ans-text);
|
|
1155
|
+
opacity: 1;
|
|
1154
1156
|
}
|
|
1155
1157
|
|
|
1156
1158
|
.av-table__sort--asc::after {
|