Skip to content

Commit

Permalink
fix finder navigation styles
Browse files Browse the repository at this point in the history
  • Loading branch information
AmeeMorris committed Nov 21, 2023
1 parent 07f4302 commit a949234
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/FinderNavigation/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ $finder-indent-level-support: 10 !default;

.gui-finder-item-link {
@apply no-underline text-neutral-20 flex-shrink w-full flex items-center cursor-pointer outline-none h-full truncate;

&:hover {
@apply no-underline;
}
.gui-icon {
@apply mr-3;
}
Expand Down

0 comments on commit a949234

Please sign in to comment.