From 8174d6b494e2d5b45ff24e7a11ad894475bc469f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 3 Aug 2021 05:55:24 +0000 Subject: [PATCH] chore(release): 1.17.5 [skip ci] ## [1.17.5](https://github.com/pengx17/logseq-dev-theme/compare/v1.17.4...v1.17.5) (2021-08-03) ### Bug Fixes * sidebar border colors ([46be98e](https://github.com/pengx17/logseq-dev-theme/commit/46be98e4cfcce76733d330b6c8f91fa40a0d322e)) --- CHANGELOG.md | 7 +++++++ custom.css | 8 ++------ package.json | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b8863d..34786f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.17.5](https://github.com/pengx17/logseq-dev-theme/compare/v1.17.4...v1.17.5) (2021-08-03) + + +### Bug Fixes + +* sidebar border colors ([46be98e](https://github.com/pengx17/logseq-dev-theme/commit/46be98e4cfcce76733d330b6c8f91fa40a0d322e)) + ## [1.17.4](https://github.com/pengx17/logseq-dev-theme/compare/v1.17.3...v1.17.4) (2021-08-03) diff --git a/custom.css b/custom.css index a0f1ca3..06cd754 100644 --- a/custom.css +++ b/custom.css @@ -85,7 +85,7 @@ textarea { } } :not(.color-level) .color-level { - border: 2px solid var(--color-level-2); + box-shadow: 0 0 0 2px var(--color-level-2); } :root { @@ -130,11 +130,7 @@ textarea { .cp__right-sidebar .sidebar-item { margin: var(--ct-sidebar-padding) 0; - box-shadow: none; -} - -.cp__right-sidebar .sidebar-item:not(:last-of-type) { - border-bottom: 1px solid var(--ls-border-color); + border-radius: 2px; } .cp__right-sidebar { diff --git a/package.json b/package.json index ff3fe4a..1afb152 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "logseq-dev-theme", "author": "pengx17", - "version": "1.17.4", + "version": "1.17.5", "description": "A custom theme for dev", "logseq": { "themes": [