fv0 / native-ui

macOS theme for the Atom code editor. Over 205k downloads.

Home Page:https://atom.io/themes/native-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The background of an empty pane isn’t vibrant when focused

j-f1 opened this issue · comments

Currently, the background of a focused atom-pane element is overridden:

&:focus {
background-color: @app-background-color;
}

It looks like an override should be added here to prevent this:

html,
atom-workspace,
.atom-dock-mask,
.pane {
background: transparent;
}

Hi @j-f1, thanks for pointing this out. This is actually the same behavior as in the Finder and is intended to be like this.