mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 05:14:12 +03:00
Added a gradient for post list tables that works in dark mode
- in dark mode, the nice gradient to the left didn't show but this fixes that so matches light mode
This commit is contained in:
parent
54ca2a53d2
commit
adcd957eca
@ -674,13 +674,19 @@ input:focus,
|
||||
|
||||
.gh-posts-list-item:hover,
|
||||
.ember-power-select-group .ember-power-select-option[aria-current=true],
|
||||
.gh-list-row:not(.header):not(.loading):hover .gh-list-cell,
|
||||
.gh-list-row:not(.header):not(.loading):hover .gh-list-data,
|
||||
.settings-tag .tag-edit-button.active,
|
||||
.gh-portal-site-frame-cover {
|
||||
background: var(--whitegrey);
|
||||
}
|
||||
|
||||
.gh-list-row:not(.loading):hover .gh-list-data:first-of-type {
|
||||
background: linear-gradient(315deg, var(--whitegrey) 60%, var(--white) 100%);
|
||||
}
|
||||
|
||||
.gh-list-row:not(.loading):hover .gh-list-data:not(:first-of-type) {
|
||||
background: var(--whitegrey);
|
||||
}
|
||||
|
||||
.gh-content-status-published {
|
||||
background: var(--whitegrey-l1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user