Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Highlight tabs on hover
Rūdolfs Ošiņš committed 1 year ago
commit 08e32580f9ecb7b43a4ba099e7c77e874003170f
parent d2a25af485538ae3fd318d9727940a0da1456e1e
1 file changed +10 -0
modified src/components/Tab.svelte
@@ -55,6 +55,16 @@
    width: 100%;
  }

+
  .wrapper:hover:not(.active)::after {
+
    position: absolute;
+
    z-index: 1;
+
    content: " ";
+
    background-color: var(--color-foreground-dim);
+
    height: 2px;
+
    bottom: -4px;
+
    width: 100%;
+
  }
+

  .container.disabled {
    color: var(--color-foreground-disabled);
  }