mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-26 13:22:50 -05:00
Tournament layout refresh, improve admin experience (#3152)
This commit is contained in:
26
app/components/SortableTableHeader.module.css
Normal file
26
app/components/SortableTableHeader.module.css
Normal file
@@ -0,0 +1,26 @@
|
||||
.sortHeader {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: var(--s-1);
|
||||
background: none;
|
||||
border: none;
|
||||
padding: 0;
|
||||
font: inherit;
|
||||
color: inherit;
|
||||
cursor: pointer;
|
||||
text-transform: inherit;
|
||||
}
|
||||
|
||||
.sortIcon {
|
||||
width: 0.85rem;
|
||||
height: 0.85rem;
|
||||
}
|
||||
|
||||
.sortIconInactive {
|
||||
opacity: 0.4;
|
||||
|
||||
.sortHeader:hover &,
|
||||
.sortHeader:focus-visible & {
|
||||
opacity: 0.85;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user