mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-13 13:19:34 +08:00
e1b504b1d1
Summary: 🍴 Removing dot-atom 🍴 Fix specs Remove more unnecessary files Test Plan: Run tests Reviewers: evan Reviewed By: evan Differential Revision: https://review.inboxapp.com/D1186
25 lines
486 B
Text
25 lines
486 B
Text
/*
|
|
* Your Stylesheet
|
|
*
|
|
* This stylesheet is loaded when Atom starts up and is reloaded automatically
|
|
* when it is changed.
|
|
*
|
|
* If you are unfamiliar with LESS, you can read more about it here:
|
|
* http://www.lesscss.org
|
|
*/
|
|
|
|
.tree-view {
|
|
|
|
}
|
|
|
|
// style the background and foreground colors on the atom-text-editor-element
|
|
// itself
|
|
atom-text-editor {
|
|
|
|
}
|
|
|
|
// To style other content in the text editor's shadow DOM, use the ::shadow
|
|
// expression
|
|
atom-text-editor::shadow .cursor {
|
|
|
|
}
|