« get me outta code hell

css: drop border hover effect from commentary dates - 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>2024-06-22 12:44:32 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-06-23 21:10:18 -0300
commit30cb8758979ad74c5ab646a3b0433043c21a1d46 (patch)
tree87c142314ace9173da03c8cab7e617df8fa0ac18
parentcf17b06d9c6b6d78e6961d9be76b3c7231635785 (diff)
css: drop border hover effect from commentary dates
They get their own entire column now, so most cases this is more
distracting than useful.
-rw-r--r--src/static/css/site.css7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css
index 592114cb..40c5f80a 100644
--- a/src/static/css/site.css
+++ b/src/static/css/site.css
@@ -1211,19 +1211,12 @@ ul.image-details li {
 .commentary-entry-heading .commentary-date time {
   padding-left: 0.5ch;
   padding-right: 0.25ch;
-  border-left: 1px dotted transparent;
-  transition: border-left-color 0.15s;
 }
 
 .commentary-entry-heading .hoverable {
   box-shadow: 1px 2px 6px 5px #04040460;
 }
 
-.commentary-entry-heading .commentary-date time:hover,
-.commentary-entry-heading .commentary-date .hoverable.has-visible-tooltip time {
-  border-left-color: white;
-}
-
 .commentary-art {
   float: right;
   width: 30%;