1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 13:55:21 +02:00

feat(sidebar): update menu structure [EE-5666] (#10418)

This commit is contained in:
Ali 2023-10-09 19:23:12 +01:00 committed by GitHub
parent b468070945
commit a0dbabcc5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 519 additions and 146 deletions

View file

@ -359,17 +359,17 @@ input:-webkit-autofill {
font-size: 12px;
}
.sidebar .tippy-box[data-placement^='right'] > .tippy-arrow {
.sidebar.tippy-box[data-placement^='right'] > .tippy-arrow {
width: 12px;
height: 12px;
}
.sidebar .tippy-box[data-placement^='right'] > .tippy-arrow:before {
border-right: 8px solid var(--ui-gray-9);
.sidebar.tippy-box[data-placement^='right'] > .tippy-arrow:before {
border-right: 8px solid var(--ui-blue-9);
border-width: 6px 8px 6px 0;
}
[theme='dark'] .sidebar .tippy-box[data-placement^='right'] > .tippy-arrow:before {
[theme='dark'] .sidebar.tippy-box[data-placement^='right'] > .tippy-arrow:before {
border-right: 8px solid var(--ui-gray-true-9);
}