mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
* feat(ui): add sorting icons EE-3626 feat(ui): Add react component for sorting icons feat(ui) make component usable in angular * feat(ui): update angular example EE-3626
12 lines
181 B
CSS
12 lines
181 B
CSS
.sort-icon > path {
|
|
fill: var(--sort-icon-muted);
|
|
}
|
|
|
|
.active-sort-icon > path {
|
|
fill: var(--sort-icon);
|
|
}
|
|
|
|
.sort-icon {
|
|
display: inline-block;
|
|
font-size: 12px !important;
|
|
}
|