@ansiversa/components 0.0.93 → 0.0.94
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 +4 -6
package/package.json
CHANGED
package/src/styles/global.css
CHANGED
|
@@ -1148,18 +1148,16 @@
|
|
|
1148
1148
|
}
|
|
1149
1149
|
|
|
1150
1150
|
.av-table__sort--active::after {
|
|
1151
|
-
color:
|
|
1152
|
-
|
|
1153
|
-
-webkit-background-clip: text;
|
|
1154
|
-
background-clip: text;
|
|
1151
|
+
color: var(--ans-text);
|
|
1152
|
+
content: "▲";
|
|
1155
1153
|
}
|
|
1156
1154
|
|
|
1157
1155
|
.av-table__sort--asc::after {
|
|
1158
|
-
|
|
1156
|
+
content: "▲";
|
|
1159
1157
|
}
|
|
1160
1158
|
|
|
1161
1159
|
.av-table__sort--desc::after {
|
|
1162
|
-
|
|
1160
|
+
content: "▼";
|
|
1163
1161
|
}
|
|
1164
1162
|
|
|
1165
1163
|
.av-table--sticky thead th {
|