mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 13:55:21 +02:00
feat(sidebar): update endpoint selection UX (#1902)
* style(sidebar): update selected endpoint name color * feat(sidebar): sort groups/endpoints alphabetically
This commit is contained in:
parent
5df09923b6
commit
32800a843a
3 changed files with 7 additions and 3 deletions
|
@ -304,6 +304,10 @@ ul.sidebar .sidebar-title {
|
|||
height: auto;
|
||||
}
|
||||
|
||||
ul.sidebar .sidebar-title .endpoint-name {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
ul.sidebar .sidebar-list a {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue