Skip to content

Commit

Permalink
interactive pointer cursor only
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed Sep 22, 2024
1 parent e2c6106 commit 2dfd75e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ body {
.header_icon {
border-radius: 10px;
box-shadow: var(--neutral-dark-shadow);
cursor: pointer;
display: flex;
height: 80px;
padding: 20px;
Expand Down Expand Up @@ -218,6 +217,10 @@ body {
position: absolute;
}

~ .header_icon {
cursor: pointer;
}

&:not(:checked) ~ .header_icon {
opacity: 0.5;
}
Expand Down

0 comments on commit 2dfd75e

Please sign in to comment.