Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
🎨 fix code injection input styles (#715)
Browse files Browse the repository at this point in the history
closes TryGhost/Ghost#8487
- removes extraneous padding
- removes double-width border
- matches focused border colour to other inputs
  • Loading branch information
kevinansfield authored and aileen committed May 29, 2017
1 parent ddc8aed commit 2efd732
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/styles/layouts/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,12 @@

.settings-code-editor.focused {
outline: 0;
border-color: var(--midgrey);
border-color: color(var(--lightgrey) l(-15%) s(-10%));
}

.settings-code-editor .CodeMirror {
padding: 0;
border: none;
border-radius: inherit;
}

Expand Down

0 comments on commit 2efd732

Please sign in to comment.