mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-14 08:35:29 +08:00
Test Plan: Run existing tests Reviewers: evan Differential Revision: https://review.inboxapp.com/D1160
10 lines
165 B
Text
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;
|
|
}
|