Mailspring/internal_packages/inbox-light-ui/stylesheets/workspace.less
Ben Gotow 73b99880fd refactor(*): Remove Atom package dependecies and Atom styles!
Test Plan: Run existing tests

Reviewers: evan

Differential Revision: https://review.inboxapp.com/D1160
2015-02-06 16:57:33 -08:00

10 lines
165 B
Text

@import "ui-variables";
.workspace {
background-color: @background-color;
border-top: 1px solid rgba(0, 0, 0, .4);
}
*:focus, input:focus {
outline: none;
}