Fix incorrect color on hover for publish and send buttons (#2188)

- Use default primary button style in publish menu for dark mode
This commit is contained in:
Rushab Kumar 2022-02-02 19:57:27 +05:30 committed by GitHub
parent 10948af9be
commit 894cea5256

View File

@ -814,16 +814,6 @@ input:focus,
background: var(--dark-main-bg-color) !important;
}
.gh-publishmenu-button {
color: var(--black);
background: var(--green-d1);
}
.gh-publishmenu-button:hover {
color: #fff;
background: var(--green) !important;
}
.gh-editor-feature-image-add-button {
color: var(--midgrey);
}