1
0
Fork 0
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:
Anthony Lapenna 2018-05-16 08:49:14 +02:00 committed by GitHub
parent 5df09923b6
commit 32800a843a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 3 deletions

View file

@ -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;
}