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

* remove red dot from help menu

* fix cursor, add menu-icon class back
pull/8166/head
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
1 changed files with 0 additions and 11 deletions

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%;
}