1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 00:09:40 +02:00

fix(header): removed red dot from help menu [EE-4586] (#8133)

* remove red dot from help menu

* fix cursor, add menu-icon class back
This commit is contained in:
Matt Hook 2022-12-06 10:24:38 +13:00 committed by GitHub
parent adc87b8f8e
commit 4558ce84cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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