mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Closes #9477: Add a button to clear applied table column ordering
This commit is contained in:
@@ -235,12 +235,12 @@ table {
|
||||
}
|
||||
}
|
||||
|
||||
th.asc a::after {
|
||||
th.asc > a::after {
|
||||
content: "\f0140";
|
||||
font-family: 'Material Design Icons';
|
||||
}
|
||||
|
||||
th.desc a::after {
|
||||
th.desc > a::after {
|
||||
content: "\f0143";
|
||||
font-family: 'Material Design Icons';
|
||||
}
|
||||
|
Reference in New Issue
Block a user