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

Folders remain selected #695

Open
kearaa opened this issue Jun 17, 2024 · 6 comments
Open

Folders remain selected #695

kearaa opened this issue Jun 17, 2024 · 6 comments

Comments

@kearaa
Copy link

kearaa commented Jun 17, 2024

After right-clicking a folder, folders remain outlined as if they are selected even after clicking out of them. They stay this way until Obsidian is reloaded.

I tested it with safe mode, and this did not happen. I disabled and re-enabled plugins to find out which one was causing this to happen. When I enable metadata menu, the problem comes back.

in Obsidian v1.6.3

CleanShot 2024-06-17 at 12 25 58@2x

@ookk123a
Copy link

I have the same issue.

@jqml
Copy link

jqml commented Jul 9, 2024

same issue too

@merlinuwe
Copy link

A friend of mine has the same issue. Read more here:

https://www.reddit.com/r/ObsidianMD/s/vn0XO45qkV

He has only 6 plugins installed, so if one of them is in conflict with yours, it will be easy to find.

@MelodyDuplaix
Copy link

I have the same issue too.

@ChristinWhite
Copy link

ChristinWhite commented Sep 24, 2024

@merlinuwe I don't think it's a conflict, I disabled everything else trying to figure out where it was coming from when I first noticed it.

It's probably something that could be negated with a CSS snippet, but I haven't had a chance to try it yet.

@ChristinWhite
Copy link

I tweaked my CSS today to deal with this issue and this seems to be a safe hack to prevent a persistent border. Just drop it into a CSS snippet:

.tree-item-self.has-active-menu {
	box-shadow: none !important
}

This will remove the border even when actually right-clicking on a tree item. However, it's still pretty obvious what you clicked on thanks to the hover styles.

CleanShot 2024-10-05 at 17 31 54

I also right-clicked Areas and Neovim Config before Launchpad OS, while they both keep the .has-active-menu class the visual attributes associated with it are gone so you won't notice.

Note that I've only tested this with the default theme and Minimal, other themes might apply other styles that will need to be negated. The selector shouldn't need to change.

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

No branches or pull requests

6 participants