mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
add rounded corners and transition
This commit is contained in:
committed by
Tienson Qin
parent
ff77844767
commit
ef7672de6a
@@ -622,12 +622,16 @@ html[data-theme='dark'] {
|
||||
@apply relative;
|
||||
height: 8px;
|
||||
|
||||
&::after {
|
||||
@apply absolute block w-full rounded;
|
||||
top: 2px;
|
||||
height: 4px;
|
||||
content: " ";
|
||||
transition: background-color 200ms;
|
||||
}
|
||||
|
||||
&.drag-over {
|
||||
&::after {
|
||||
@apply absolute block w-full;
|
||||
top: 2px;
|
||||
height: 4px;
|
||||
content: " ";
|
||||
background-color: var(--ls-active-primary-color);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user