« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static
diff options
context:
space:
mode:
Diffstat (limited to 'src/static')
-rw-r--r--src/static/css/site.css10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css
index 682ead19..108e44ff 100644
--- a/src/static/css/site.css
+++ b/src/static/css/site.css
@@ -1632,14 +1632,6 @@ p.image-details.origin-details {
   margin-bottom: 2px;
 }
 
-.cover-artwork-joiner {
-  /* This z-index must be greater than however an artwork
-   * is raised (within .isolate-tooltip-z-indexing) because
-   * a contained (tooltip) hoverable is hovered.
-   */
-  z-index: 3;
-}
-
 .cover-artwork-joiner::after {
   content: "";
   display: block;
@@ -1647,7 +1639,7 @@ p.image-details.origin-details {
   height: 15px;
   margin-left: auto;
   margin-right: auto;
-  border-right: 1px dashed var(--primary-color);
+  border-right: 3px solid var(--primary-color);
 }
 
 .cover-artwork-joiner + .cover-artwork {