mirror of https://github.com/portainer/portainer
fix(header): removed red dot from help menu [EE-4586] (#8133)
* remove red dot from help menu * fix cursor, add menu-icon class backpull/8166/head
parent
adc87b8f8e
commit
4558ce84cf
|
@ -3,14 +3,3 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-icon::after {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
top: 8px;
|
|
||||||
right: 10px;
|
|
||||||
width: 6px;
|
|
||||||
height: 6px;
|
|
||||||
background: red;
|
|
||||||
border-radius: 50%;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue