Skip to content

Commit

Permalink
fix(@schematics/angular): invalid rgba color in app.component.html
Browse files Browse the repository at this point in the history
Closes #17411
  • Loading branch information
alan-agius4 authored and mgechev committed Apr 8, 2020
1 parent 10e054f commit 8c86914
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -120,7 +120,7 @@

.card-container .card:not(.highlight-card):hover {
transform: translateY(-3px);
box-shadow: 0 4px 17px rgba(black, 0.35);
box-shadow: 0 4px 17px rgba(0, 0, 0, 0.35);
}

.card-container .card:not(.highlight-card):hover .material-icons path {
Expand Down

0 comments on commit 8c86914

Please sign in to comment.