mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Fixed minor UI bugs for announcement bar dark mode
refs. https://github.com/TryGhost/Team/issues/3112 - the font color in the announcement input field was not prepared for dark mode - the first background swatch had an unwanted border setting
This commit is contained in:
parent
fddb0fe965
commit
ca7ca53d5c
2 changed files with 4 additions and 1 deletions
|
@ -277,7 +277,7 @@ input:focus,
|
||||||
background: var(--whitegrey-l2);
|
background: var(--whitegrey-l2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-btn-group .gh-btn:first-of-type {
|
.gh-btn-group:not(.kg-settings-headerstyle-btn-group) .gh-btn:first-of-type {
|
||||||
border-right: none !important;
|
border-right: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3726,6 +3726,9 @@ p.theme-validation-details {
|
||||||
.gh-announcement-editor .koenig-lexical p,
|
.gh-announcement-editor .koenig-lexical p,
|
||||||
.gh-announcement-editor .koenig-lexical .kg-prose {
|
.gh-announcement-editor .koenig-lexical .kg-prose {
|
||||||
height: 108px;
|
height: 108px;
|
||||||
|
color: var(--darkgrey);
|
||||||
|
font-size: 1.4rem !important;
|
||||||
|
line-height: 1.5em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-announcement-editor .koenig-lexical a {
|
.gh-announcement-editor .koenig-lexical a {
|
||||||
|
|
Loading…
Reference in a new issue