diff --git a/css/components/_input-control.scss b/css/components/_input-control.scss index f13566606..0284fbdb3 100644 --- a/css/components/_input-control.scss +++ b/css/components/_input-control.scss @@ -3,13 +3,10 @@ display: inline-block; width: 100%; padding: 5px 7px; - color: $inputColor; border-radius: $borderRadius; line-height: 32px; height: 32px; text-align: left; - border:1px solid $inputBorderColor; - background-color: $inputBackground; margin-bottom: 8px; &:last-child { diff --git a/css/themes/_light.scss b/css/themes/_light.scss index be3f2533b..fe6ca49d3 100644 --- a/css/themes/_light.scss +++ b/css/themes/_light.scss @@ -71,9 +71,6 @@ $inlayFilmstripOnlyColor: #474747; $inlayFilmstripOnlyBg: #fff; // Main controls -$inputBackground: $controlBackground; -$inputBorderColor: #ccc; -$inputColor: $controlColor; $placeHolderColor: #a7a7a7; $readOnlyInputColor: #a7a7a7; $defaultDarkSelectionColor: #ccc;