Skip to content

Commit dfc6c8d

Browse files
SahulKolathePunderWoman
authored andcommitted
fix: cta clickability issue in adev homepage. (#52905)
PR Close #52905
1 parent c9c22fa commit dfc6c8d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

adev/src/app/features/home/home.component.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@
142142
display: inline-block;
143143
padding: 7px;
144144
opacity: 0;
145-
transition: opacity 0.5s linear;
145+
visibility: hidden;
146+
transition: opacity 0.5s linear, visibility 0.5s linear;
146147

147148
button {
148149
font-size: 1rem;
@@ -307,6 +308,7 @@
307308
.adev-cta,
308309
.adev-arrow {
309310
opacity: 1;
311+
visibility: visible;
310312
}
311313
}
312314

0 commit comments

Comments
 (0)