cloudfoundry/stratos

View on GitHub
src/frontend/packages/cloud-foundry/src/shared/components/list/list-types/app/card/card-app.component.scss

Summary

Maintainability
Test Coverage
.app-card {
  cursor: pointer;
  &:focus {
    outline: 0;
  }
}