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

[FR] Could you please change the aria-label in addition to the title #224

Open
Moyf opened this issue Aug 17, 2024 · 1 comment
Open

[FR] Could you please change the aria-label in addition to the title #224

Moyf opened this issue Aug 17, 2024 · 1 comment

Comments

@Moyf
Copy link

Moyf commented Aug 17, 2024

Hello! With the recent update (#215), I can now change the display text for specific tabs (Today's daily note) :
image

However, I noticed that when I attempt to modify the CSS style, the aria-label remains unchanged.
Could you also update the text in the aria-label so that we can apply CSS styles to it as well?

Alternatively, would it be possible to add a new property that allows us to access it via CSS?


By the way, that's how I typically modify the style of tabs with specific name:

.workspace-tab-header[aria-label="Taskido"] {
  color: red;
}
@snezhig
Copy link
Owner

snezhig commented Sep 16, 2024

Hi.
I'll look into this case and write back.

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

2 participants