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

Unable to see filename when renaming with Colorful Active States enabled #806

Open
noto10 opened this issue Nov 18, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@noto10
Copy link

noto10 commented Nov 18, 2024

Is the bug present when using the default Obsidian theme?

No

Is the bug present when snippets and plugins are disabled?

Yes

Minimal theme version

7.7.18

Describe the bug

When renaming a note or folder in the file explorer and 'Colorful Active States' is enabled, the color of the background masks the text being renamed, making it virtually invisible.

Example:

image

This appears to be a recurrence of a similar issue #271

Debug info

SYSTEM INFO:
	Obsidian version: v1.7.6
	Installer version: v1.6.3
	Operating system: Windows 10 Pro 10.0.19044
	Login status: not logged in
	Language: en
	Insider build toggle: off
	Live preview: on
	Base theme: dark
	Community theme: Minimal v7.7.18
	Snippets enabled: 0
	Restricted mode: off
	Plugins installed: 13
	Plugins enabled: 8
		1: Calendar v1.5.10
		2: Style Settings v1.0.9
		3: Minimal Theme Settings v8.1.1
		4: Outliner v4.8.1
		5: Link Embed v2.0.12
		6: Remember cursor position v1.0.9
		7: Commander v0.5.2
		8: Luhman v1.2.0


@noto10 noto10 added the bug Something isn't working label Nov 18, 2024
@kris-swann
Copy link

Seeing this too. As a workaround, adding css snippet fixed it for me

.tree-item-self.is-being-renamed:focus-within {
  color:var(--text-normal);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants