Skip to content

Commit 029dc62

Browse files
author
Greg Pfaff
committed
Adds hover state for panels
1 parent 10d14cd commit 029dc62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

05 - Flex Panel Gallery/index-START.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@
6767
display: flex;
6868
flex-direction: column;
6969
}
70+
.panel:hover {
71+
cursor: pointer;
72+
}
7073

7174
.panel > *:first-child {
7275
transform: translateY(-100%);

0 commit comments

Comments
 (0)