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:
parent
ebfb71da05
commit
6429546462
2 changed files with 29 additions and 6 deletions
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue