« get me outta code hell

disable :focus-within boxes (RIP, for now) - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2022-12-28 20:16:45 -0400
committer(quasar) nebula <qznebula@protonmail.com>2022-12-28 20:16:45 -0400
commit8640a047912ee399b87dc9077a55b9d112e455b4 (patch)
treea6c41850912ada9613825711307cbdcbb8660ca1
parent871acb2b4ea8dbb7d594822a7b7418c03c3e3495 (diff)
disable :focus-within boxes (RIP, for now)
-rw-r--r--src/static/site2.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/static/site2.css b/src/static/site2.css
index 9d53c4e..5d66016 100644
--- a/src/static/site2.css
+++ b/src/static/site2.css
@@ -248,6 +248,7 @@ body::before {
   transition: background-color 0.2s;
 }
 
+/*
 .sidebar:focus-within,
 #content:focus-within,
 #header:focus-within,
@@ -257,6 +258,7 @@ body::before {
   background-color: rgba(0, 0, 0, 0.85);
   border-style: solid;
 }
+*/
 
 .sidebar > h1,
 .sidebar > h2,