Skip to content

Commit 1165127

Browse files
authored
Merge pull request #554 from ashwinnmit/ashwinnmit/fix-example-items-hover
Added Opacity Hover states on example items
2 parents a80770d + 248e340 commit 1165127

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/examples/ExamplesList.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
flex-basis: var(--col7);
3737
}
3838

39+
.examples li:hover{
40+
opacity: 0.8;
41+
}
42+
3943
.cover {
4044
width: 100%;
4145
margin-bottom: var(--vertical-margin-xsmall);

0 commit comments

Comments
 (0)