mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
FIxed dark mode for button groups in editor preview
This commit is contained in:
parent
cb6a7bc179
commit
e926591c34
@ -263,10 +263,18 @@ input:focus,
|
|||||||
color: var(--black);
|
color: var(--black);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-btn-group {
|
||||||
|
background: var(--whitegrey-l2);
|
||||||
|
}
|
||||||
|
|
||||||
.gh-btn-group .gh-btn:first-of-type {
|
.gh-btn-group .gh-btn:first-of-type {
|
||||||
border-right: none !important;
|
border-right: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-btn-group .gh-btn-group-selected span {
|
||||||
|
background: var(--lightgrey-l1) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.gh-btn-blue,
|
.gh-btn-blue,
|
||||||
.gh-btn-green,
|
.gh-btn-green,
|
||||||
.gh-btn-red {
|
.gh-btn-red {
|
||||||
|
@ -454,8 +454,6 @@ Usage: CTA buttons grouped together horizontally.
|
|||||||
|
|
||||||
.gh-btn-group .gh-btn-group-selected span {
|
.gh-btn-group .gh-btn-group-selected span {
|
||||||
color: var(--black);
|
color: var(--black);
|
||||||
padding-left: 12px;
|
|
||||||
padding-right: 12px;
|
|
||||||
background: var(--white) !important;
|
background: var(--white) !important;
|
||||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user