More file manager updates
This commit is contained in:
parent
58f8ec338b
commit
cf32742132
3 changed files with 100 additions and 61 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue