Skip to content

Commit

Permalink
fix(docs-infra): learn angular button visibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
akib1997 committed Nov 14, 2023
1 parent 7f9ab9d commit 151fe9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions adev/src/app/features/home/home.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
display: inline-block;
padding: 7px;
opacity: 0;
visibility: hidden;
transition: opacity 0.5s linear;

button {
Expand Down Expand Up @@ -307,6 +308,7 @@
.adev-cta,
.adev-arrow {
opacity: 1;
visibility: visible;
}
}

Expand Down

0 comments on commit 151fe9d

Please sign in to comment.