mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
enhance: add border to bullet instead of block container
This commit is contained in:
@@ -365,10 +365,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.block-main-container {
|
||||
padding: 2px 0;
|
||||
}
|
||||
|
||||
.ls-block {
|
||||
position: relative;
|
||||
min-height: 24px;
|
||||
@@ -376,22 +372,12 @@
|
||||
border-bottom: 1px solid transparent;
|
||||
transition: background-color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
|
||||
|
||||
&[haschild="true"] {
|
||||
&.selected {
|
||||
> .block-main-container {
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-color: var(--ts-primary-background-cotor);
|
||||
border-radius: 2px;
|
||||
}
|
||||
}
|
||||
&.selected {
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
&[haschild="false"] {
|
||||
&.selected {
|
||||
border-bottom-color: var(--ts-primary-background-cotor);
|
||||
border-radius: 2px;
|
||||
}
|
||||
.bullet-container .selected {
|
||||
border: 1px solid;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -771,4 +757,4 @@ html.is-mac {
|
||||
&-item {
|
||||
@apply bg-gray-03 rounded p-4;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user