mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
🐛 Fixed dark mode link input bug
no refs. - fixed style bug for link input in Koenig having no blue border in dark mode
This commit is contained in:
parent
d2ac367371
commit
397e18c7c0
@ -487,8 +487,14 @@ input:focus,
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/* Dark style Lists */
|
||||
|
||||
/* Koenig styles */
|
||||
.kg-link-input {
|
||||
border-color: var(--blue) !important;
|
||||
}
|
||||
|
||||
|
||||
/* Dark style Lists */
|
||||
.gh-list {
|
||||
background: #212A2E;
|
||||
}
|
||||
@ -500,6 +506,7 @@ input:focus,
|
||||
background: color-mod(var(--lightgrey) l(-9%));
|
||||
}
|
||||
|
||||
|
||||
/* Members */
|
||||
.gh-members-chart-header {
|
||||
background: color-mod(var(--lightgrey) l(-9%));
|
||||
|
Loading…
Reference in New Issue
Block a user