mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Updated buttons for share modal and post analytics (publish flow) in dark mode (#20989)
Buttons in the share modal as well as on the Analytics page weren't getting the right colours and hover states. That's fixed now.
This commit is contained in:
parent
7fa8faefc7
commit
96cfa97c84
1 changed files with 30 additions and 0 deletions
|
@ -1299,6 +1299,20 @@ kbd {
|
|||
background: transparent;
|
||||
}
|
||||
|
||||
.gh-post-analytics-meta .gh-post-list-cta {
|
||||
border: none!important;
|
||||
box-shadow: none!important;
|
||||
}
|
||||
|
||||
.gh-post-analytics-meta .gh-post-list-cta:hover, .gh-post-analytics-meta .refresh:hover {
|
||||
background: var(--lightgrey-d1);
|
||||
color: var(--black);
|
||||
}
|
||||
|
||||
.gh-post-analytics-meta .gh-btn.refresh {
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
||||
/* Post rows */
|
||||
|
||||
|
@ -1436,3 +1450,19 @@ Onboarding checklist: Share publication modal */
|
|||
.gh-sidebar-banner.gh-error-banner {
|
||||
background: var(--lightgrey-d1);
|
||||
}
|
||||
|
||||
|
||||
/* ---------------------------------
|
||||
Publish flow: Share modal */
|
||||
|
||||
.modal-post-success .modal-footer .gh-btn:is(.twitter, .threads, .facebook, .linkedin) {
|
||||
background: var(--lightgrey-l1)!important;
|
||||
}
|
||||
|
||||
.modal-post-success .modal-footer .gh-btn:is(.twitter, .threads, .facebook, .linkedin, .copy-link, .copy-preview-link):hover {
|
||||
background: var(--lightgrey-l2)!important;
|
||||
}
|
||||
|
||||
.modal-post-success .modal-footer .gh-btn:is(.twitter, .threads) svg path {
|
||||
fill: var(--darkgrey);
|
||||
}
|
Loading…
Add table
Reference in a new issue