fix: align input backgrounds for code editors

This commit is contained in:
Torkel Ödegaard
2018-12-04 09:41:36 +01:00
parent 729d1d1da9
commit 1828ace4b3
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
cursor: text;
line-height: $line-height-base;
color: $text-color;
background-color: $panel-bg;
background-color: $input-bg;
background-image: none;
border: $panel-border;
border-radius: $border-radius;