Theme: Clean up placeholder variables (#23257)

* Theme: Clean up placeholder variables

* Updated snapshot
This commit is contained in:
Torkel Ödegaard
2020-04-01 16:56:42 +02:00
committed by GitHub
parent fb114a7524
commit 6803db87de
7 changed files with 8 additions and 26 deletions

View File

@@ -211,14 +211,11 @@ $input-border-color: $dark-6;
$input-box-shadow: inset 1px 0px 4px 0px rgba(150, 150, 150, 0.1);
$input-border-focus: $dark-6 !default;
$input-box-shadow-focus: $blue-light !default;
$input-color-placeholder: #464c54;
$input-color-placeholder: #555555;
$input-label-bg: $gray-blue;
$input-label-border-color: $dark-6;
$input-color-select-arrow: $white;
// Input placeholder text color
$placeholderText: darken($text-color, 25%);
// Search
$search-shadow: 0 0 30px 0 $black;