logseq-bear-theme icon indicating copy to clipboard operation
logseq-bear-theme copied to clipboard

Please fix the bug of new-page button from left sidebar

Open poisonoff opened this issue 3 years ago • 1 comments

Thanks! Screenshot 2023-01-06 at 10 57 56 PM

poisonoff avatar Jan 06 '23 21:01 poisonoff

Mine is a little different (using dark mode). It inherits the default green color of logseq. I was able to fix everything around the button with this:

.left-sidebar-inner .create {
  background-image: linear-gradient(transparent, var(--cl-bunker));
};

Still no gradient, probably because the container around it has a background set. Maybe this could be replaced with background-image: transparent.

I can't change the button though, problem is that there is background-color set with !important from the logseq builtin style.css, no matter what selector I use I can't override that it seems.

borutmrak avatar May 26 '23 11:05 borutmrak