mirror of
https://github.com/atom/atom.git
synced 2026-01-20 20:38:09 -05:00
20 lines
434 B
Plaintext
20 lines
434 B
Plaintext
@import "ui-variables";
|
|
|
|
atom-text-editor {
|
|
display: block;
|
|
font-family: Inconsolata, Monaco, Consolas, 'Courier New', Courier;
|
|
line-height: 1.3;
|
|
}
|
|
|
|
atom-text-editor.mini {
|
|
font-size: @input-font-size;
|
|
line-height: @component-line-height;
|
|
max-height: @component-line-height + 2; // +2 for borders
|
|
}
|
|
|
|
// TODO: remove this when the shadow DOM is the default
|
|
atom-text-editor .highlight {
|
|
background: none;
|
|
padding: 0;
|
|
}
|