Make the file manager look better

This commit is contained in:
Dane Everitt 2019-02-09 17:07:11 -08:00
parent ac13f5dce4
commit caca6cff8a
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
7 changed files with 33 additions and 20 deletions

View file

@ -73,7 +73,7 @@
@apply .text-neutral-800;
}
&.router-link-exact-active {
&.router-link-exact-active, &.router-link-active {
@apply .border-primary-500 .cursor-default;
}
}