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

This commit is contained in:
congs
2022-10-07 14:25:34 +13:00
committed by GitHub
parent 4ee064eeee
commit 44f74a7441
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%;
}