Hello! I’m trying to target the ‘Workspace Tab Header’ but Only the leftmost side. It’s the portion which houses the ‘files’ search and bookmark icons by default?
I tried to find the css selector in the dev tools myself, and I can target the entire header, the icons, the space between the icons and the end of the header, but I haven’t been able to change the background color of only that portion of the header - which is my goal. I’ll attach an image below + the css i’ve tried.
The minimal theme has colored the portion of sidebar I’m looking for so I’m trying to narrow down what section of their code does it, but really i’m just changing variables to see what changes since I only know basic css LOL
So Question - I read that guide (super helpful) but there are some portions of the UI that I can’t click on - like the section of header from my original post?
The closest thing was an icon, so I clicked it and searched the elements section for the .workspace-split.mod-left-split .workspace-tab-header-container class(es) but couldn’t find them.
If I can’t find the area using the element inspector (the box with an arrow), I have a look in the Elements section expanding the > s as I go until something looks promising. Then I click in there and have a look at the Styles section to see what shows up. It’s not exact; the Styles section is hard to copy from and jumps around a lot, but you can usually get to what you’re looking for.
You can also right-click and Copy selector to get an idea of what’s going on.