mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
fix: merge issues
This commit is contained in:
@@ -353,6 +353,34 @@ html.is-mobile {
|
||||
background-color: var(--ls-quaternary-background-color);
|
||||
}
|
||||
|
||||
.ui__icon {
|
||||
display: inline-block;
|
||||
}
|
||||
.type-icon {
|
||||
@apply text-xs text-center flex items-center justify-center rounded border mr-2 relative;
|
||||
|
||||
width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
flex-shrink: 0;
|
||||
border-color: var(--ls-primary-background-color);
|
||||
overflow: hidden;
|
||||
color: var(--ls-primary-text-color);
|
||||
|
||||
.ti,
|
||||
.tie {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
&:before {
|
||||
@apply block absolute inset-0 ;
|
||||
background: var(--ls-primary-background-color);
|
||||
content: " ";
|
||||
}
|
||||
|
||||
&.highlight {
|
||||
color: var(--ls-selection-text-color);
|
||||
border-color: var(--ls-selection-background-color);
|
||||
|
||||
&:before {
|
||||
opacity: 0.5;
|
||||
background: var(--ls-selection-background-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user