Browse Source

Show a hint of hidden content under a closed folder

master
Gerben 4 years ago
parent
commit
6a59578f3e
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      public/custom-style.css

+ 6
- 0
public/custom-style.css View File

@@ -72,6 +72,12 @@ kbd {
background: #F9FAFB;
}

/* Show a hint of hidden content under a closed folder */
details:not([open]) > summary.ui.top.attached.header {
background: linear-gradient(#f9fafb 80%, #ddd 84%, #f9fafb 88%, #ddd 92%, #f9fafb 96%, #ddd);
padding-bottom: 1.5rem;
}

.ui.left.attached.button {
margin-right: 1px;
}

Loading…
Cancel
Save