More file manager updates

This commit is contained in:
Dane Everitt 2018-08-18 22:03:19 -07:00
parent 58f8ec338b
commit cf32742132
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 100 additions and 61 deletions

View file

@ -8,18 +8,18 @@
}
& .row {
@apply .flex .text-sm .py-3 .text-sm .border .border-transparent .text-black;
@apply .flex .text-sm .py-3 .text-sm .border .border-transparent .text-black .rounded;
& > div {
@apply .pr-4;
}
&.clickable {
@apply .rounded .cursor-pointer .no-underline;
@apply .cursor-pointer .no-underline;
}
&:hover {
@apply .bg-grey-lightest .border-blue-light .text-blue-dark;
}
&.active-selection, &.clickable:hover {
@apply .bg-grey-lightest .border-blue-light .text-blue-dark;
}
& > .icon {