Fix Search Profiler's 'Index' input's placeholder color contrast accessibility. (#38952) (#39015)

This commit is contained in:
CJ Cenizal 2019-06-14 12:40:31 -07:00 committed by GitHub
parent 7581eed692
commit ad175294c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -65,6 +65,7 @@ function profileVizController($scope, $http, HighlightService, Private) {
$scope.description = 'Search profiling and visualization';
$scope.profileResponse = [];
$scope.highlight = HighlightService;
$scope.index = '_all';
// TODO this map controls which tab is active, but due to how
// the tab directive works, we cannot use a single variable to hold the state.

View file

@ -61,7 +61,6 @@
class="kuiTextInput"
type="text"
ng-model="index"
placeholder="_all"
ng-disabled="!licenseEnabled"
></input>
</div>