Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the yellow autocomplete background in dark form fields #1372

Merged
merged 7 commits into from
Nov 16, 2017
Merged
Prev Previous commit
Next Next commit
Fix lint error from master
  • Loading branch information
richard-cox committed Nov 10, 2017
commit 64938c7e601c63795a9b6b65060dbe577922702b
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* deploy, etc)
* @param {appLocalStorage} appLocalStorage - service provides access to the local storage facility of the web browser
* @param {appBusyService} appBusyService - the application busy service
*
*
*/
function ApplicationsListController($scope, $translate, $state, $timeout, $q, $window, modelManager, appErrorService,
appUtilsService, cfOrganizationModel, cfAppWallActions, appLocalStorage, appBusyService) {
Expand Down