Skip to content

Commit

Permalink
Style the groups to increase visual prominence
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodwyer committed Aug 28, 2024
1 parent 8f9f6ed commit a653bf0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions assets/src/styles/main.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

.tree__folder-name > .filegroup {
@apply
flex flex-row-reverse
font-semibold text-oxford-600 underline underline-offset-2 decoration-oxford-200
after:content-["Group:\00a0"] after:relative
;
}

.tree__folder-name:has(.selected.filegroup) ~ .tree__child-list {
@apply border-solid border-l-oxford-700;
}

0 comments on commit a653bf0

Please sign in to comment.