1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

fix(help): EE-4335 context sensitive help improvement (#7754)

This commit is contained in:
congs 2022-10-07 14:25:26 +13:00 committed by GitHub
parent ebfb71da05
commit 6429546462
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 6 deletions

View file

@ -3,3 +3,14 @@
cursor: pointer;
flex-shrink: 0;
}
.menu-icon::after {
content: '';
position: absolute;
top: 8px;
right: 10px;
width: 6px;
height: 6px;
background: red;
border-radius: 50%;
}