CSS selector for default tab?
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 44.7k
- Forks
- 3.6k
- Avg merge
- 21m
- Merged PRs (30d)
- 1
Description
Hi,
I am trying to soften the illumination of the foreground font color on the default tab.
I am able to adjust the color of the active tab via .tab_textActive, but only when multiple tabs are used. When the window only has one tab, then this selector fails to match that lone tab.
For other needs like background colors, the .header_header selector helps. But altering the foreground color there has no effect on a lone tab.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the styles for .tab_textActive and .header_header, then reproduce the issue with a window containing one tab. Trace which selector styles the lone tab's foreground text and confirm the fix by checking that its color can be customized without changing the multi-tab behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100