Make large table sort icons bolder

This commit is contained in:
2026-06-04 18:07:23 +02:00
parent 8b0b508d24
commit e4eba55561
+1
View File
@@ -125,5 +125,6 @@
.sg-large-table__sort-icon { .sg-large-table__sort-icon {
flex: 0 0 auto; flex: 0 0 auto;
font-size: 1.05em; font-size: 1.05em;
font-weight: var(--font-weight-semibold);
line-height: 1; line-height: 1;
} }