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

After clicking the indicator, the indicator remains selected #11

Open
lee-dohm opened this issue Aug 1, 2015 · 3 comments
Open

After clicking the indicator, the indicator remains selected #11

lee-dohm opened this issue Aug 1, 2015 · 3 comments
Labels

Comments

@lee-dohm
Copy link
Owner

lee-dohm commented Aug 1, 2015

Repro Steps

  1. Start Atom
  2. Open a file
  3. Click the soft wrap indicator to toggle the wrap mode

Expected: Underline on indicator to go away and focus to return to the editor
Actual: Underline remains and focus remains on the indicator

@lee-dohm lee-dohm added the bug label Aug 1, 2015
@skaraman
Copy link

skaraman commented Dec 6, 2017

I added this CSS to fix this issue -

.soft-wrap-indicator:focus {
	color: #b299b8;
}
.soft-wrap-indicator:focus.lit {
	color: #dfd5e2;
}

@lee-dohm
Copy link
Owner Author

lee-dohm commented Dec 6, 2017

Thanks @skaraman. While that does make the underline go away, it doesn't solve the problem that the indicator is still selected. Also, it will only work for the one theme you use since the colors are hard-coded 😀 If you name what UI theme you're using though, others may be able to use it as a temporary workaround 👍

@skaraman
Copy link

skaraman commented Dec 6, 2017

Oh ok I misunderstood your posted issue then 😅,

I'm using One Dark UI with my fork of Tinacious Design Syntax for reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants