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

Needs visual indication of focused pane. #17

Closed
ileitch opened this issue Aug 9, 2014 · 2 comments
Closed

Needs visual indication of focused pane. #17

ileitch opened this issue Aug 9, 2014 · 2 comments

Comments

@ileitch
Copy link

ileitch commented Aug 9, 2014

I'm not sure if this is possible, but it'd be nice if the blue tab bottom border became less saturated when not focused.

The only visual indicator I see is the caret.
screen shot 2014-08-09 at 1 22 30 pm

@eddiemonge
Copy link

like this?:

.pane {
  .tab-bar {
    opacity: 0.3;
  }

  &.active .tab-bar {
    opacity: 1;
  }
}

@jesseweed
Copy link
Owner

Yeah I think something like that might work. It's only styling the "active" tab class right now, I'll look at setting the "active" tab in the "active" pane to be unique.

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

3 participants