mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 01:46:35 +00:00
fix: use the new popover instead of custom dropdown for whiteboards
This commit is contained in:
@@ -314,8 +314,6 @@ html.is-mobile {
|
||||
|
||||
.form-input {
|
||||
@apply block w-full mt-1 pl-2 sm:text-sm sm:leading-5 rounded bg-background border border-gray-07;
|
||||
@apply focus:border-input focus-visible:ring-ring focus-visible:outline-none focus-visible:ring-offset-2;
|
||||
@apply focus-visible:ring-2 ring-offset-background;
|
||||
|
||||
&.is-small {
|
||||
@apply py-1.5 sm:leading-4 sm:text-xs;
|
||||
@@ -374,4 +372,4 @@ html.is-mobile {
|
||||
|
||||
input[type='range'] {
|
||||
accent-color: var(--lx-accent-10, var(--rx-blue-10));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user