From 2dfd75e487ea23ee357ab1b09f19b752d7306941 Mon Sep 17 00:00:00 2001 From: john gravois Date: Sat, 21 Sep 2024 18:16:33 -0700 Subject: [PATCH] interactive pointer cursor only --- app/styles.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/styles.css b/app/styles.css index 6686fac..347def4 100644 --- a/app/styles.css +++ b/app/styles.css @@ -165,7 +165,6 @@ body { .header_icon { border-radius: 10px; box-shadow: var(--neutral-dark-shadow); - cursor: pointer; display: flex; height: 80px; padding: 20px; @@ -218,6 +217,10 @@ body { position: absolute; } + ~ .header_icon { + cursor: pointer; + } + &:not(:checked) ~ .header_icon { opacity: 0.5; }