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