Enlarge large table sort triangles
This commit is contained in:
@@ -127,8 +127,8 @@
|
|||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 0.7rem;
|
width: 0.85rem;
|
||||||
height: 0.7rem;
|
height: 0.85rem;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
transform: translateY(0.02em);
|
transform: translateY(0.02em);
|
||||||
}
|
}
|
||||||
@@ -138,9 +138,9 @@
|
|||||||
display: block;
|
display: block;
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
border-left: 0.28rem solid transparent;
|
border-left: 0.36rem solid transparent;
|
||||||
border-right: 0.28rem solid transparent;
|
border-right: 0.36rem solid transparent;
|
||||||
border-bottom: 0.42rem solid currentColor;
|
border-bottom: 0.55rem solid currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sg-large-table__sort-icon[data-direction="descending"]::before {
|
.sg-large-table__sort-icon[data-direction="descending"]::before {
|
||||||
|
|||||||
Reference in New Issue
Block a user