mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
ui: add border for filters
This commit is contained in:
@@ -254,7 +254,7 @@ html.is-mobile {
|
||||
}
|
||||
}
|
||||
|
||||
&[intent='link'] {
|
||||
&[intent='link'], &[intent='border-link'] {
|
||||
@apply focus:border-gray-500 dark:hover:text-gray-200;
|
||||
|
||||
color: var(--ls-primary-text-color);
|
||||
@@ -265,6 +265,10 @@ html.is-mobile {
|
||||
}
|
||||
}
|
||||
|
||||
&[intent='border-link'] {
|
||||
border: 1px solid;
|
||||
}
|
||||
|
||||
&.p-1 {
|
||||
padding: 0.25rem 0.5rem !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user