mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Added bg color to sidebar
This commit is contained in:
parent
e3796455dd
commit
e4076fbde8
1 changed files with 3 additions and 3 deletions
|
@ -99,9 +99,9 @@
|
|||
flex-direction: column;
|
||||
min-width: 0;
|
||||
/* background: linear-gradient(315deg,var(--whitegrey-l2),var(--white)); */
|
||||
/* background: var(--whitegrey-l2); */
|
||||
background: var(--whitegrey-l2);
|
||||
transform: translateX(0);
|
||||
border-right: 1px solid var(--main-color-area-divider);
|
||||
/* border-right: 1px solid var(--main-color-area-divider); */
|
||||
transition: flex-basis 250ms;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
@ -714,7 +714,7 @@
|
|||
padding: 4px 8px 4px 4px;
|
||||
margin: -4px -8px -4px -4px;
|
||||
border-radius: 999px;
|
||||
background: var(--main-bg-color);
|
||||
/* background: var(--main-bg-color); */
|
||||
}
|
||||
|
||||
.gh-nav-bottom .ember-basic-dropdown-trigger:hover {
|
||||
|
|
Loading…
Reference in a new issue