mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
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:
parent
10948af9be
commit
894cea5256
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user