Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Bug report) top_right pin icon click display issue report/fix #4595

Closed
connectluole opened this issue Jan 21, 2024 · 2 comments
Closed

(Bug report) top_right pin icon click display issue report/fix #4595

connectluole opened this issue Jan 21, 2024 · 2 comments

Comments

@connectluole
Copy link

Trilium Version

0.62.5

What operating system are you using?

Windows

What is your setup?

Local (no sync)

Operating System Version

windows10

Description

hello @zadam,

I hit a display issue in the trilium win_app(0.62.5), which is :

the app top right corner's Pin icon will display like below pic shown , which happens once i click down on it .

image

  1. throuh debug , we ( with my girlfriend ) found this is due to one css error,which is bootstrap.min.css :

image

  1. some operation gif like below

display_issue

Error logs

No response

@connectluole
Copy link
Author

connectluole commented Jan 21, 2024

For the work around to temp fix it , i just add below line to my css note, ( just create a code note ,type is css, then add the attribute #appCss ):

:root {
    /* fix the pin icon click display issue */
    .btn.focus,.btn:focus {
        box-shadow: None;
    }
}

@zadam zadam closed this as completed in c6df25e Jan 28, 2024
@zadam
Copy link
Owner

zadam commented Jan 28, 2024

Hi, thanks for the report, fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants