diff --git a/package.json b/package.json index 8aed9d767..b1be7511d 100644 --- a/package.json +++ b/package.json @@ -63,9 +63,9 @@ }, "packageDependencies": { "atom-dark-syntax": "0.19.0", - "atom-dark-ui": "0.32.0", + "atom-dark-ui": "0.33.0", "atom-light-syntax": "0.20.0", - "atom-light-ui": "0.28.0", + "atom-light-ui": "0.29.0", "base16-tomorrow-dark-theme": "0.20.0", "base16-tomorrow-light-theme": "0.4.0", "solarized-dark-syntax": "0.22.0", @@ -96,7 +96,7 @@ "open-on-github": "0.29.0", "package-generator": "0.31.0", "release-notes": "0.36.0", - "settings-view": "0.136.0", + "settings-view": "0.137.0", "snippets": "0.50.0", "spell-check": "0.39.0", "status-bar": "0.41.0", diff --git a/static/editor.less b/static/editor.less index ff1efa02d..4f5201b59 100644 --- a/static/editor.less +++ b/static/editor.less @@ -83,6 +83,12 @@ } } } +} + +.editor.mini { + font-size: @input-font-size; + line-height: @component-line-height; + max-height: @component-line-height + 2; // +2 for borders .placeholder-text { position: absolute; @@ -301,8 +307,4 @@ .scroll-view { overflow: hidden; } - - .placeholder-text { - color: @text-color-subtle; - } } diff --git a/static/variables/ui-variables.less b/static/variables/ui-variables.less index 295b6bf19..f12964b8b 100644 --- a/static/variables/ui-variables.less +++ b/static/variables/ui-variables.less @@ -67,6 +67,7 @@ // Sizes @font-size: 13px; +@input-font-size: 14px; @disclosure-arrow-size: 12px;