mirror of
https://github.com/directus/directus.git
synced 2026-02-05 10:29:03 -05:00
improve folder picker selection highlight (#8954)
This commit is contained in:
@@ -71,10 +71,3 @@ export default defineComponent({
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.folder-picker-list-item {
|
||||
--v-list-item-background-color-hover: var(--background-normal-alt);
|
||||
--v-list-item-background-color-active: var(--background-normal-alt);
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -152,6 +152,9 @@ export default defineComponent({
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.folder-picker {
|
||||
--v-list-item-background-color-hover: var(--background-normal-alt);
|
||||
--v-list-item-background-color-active: var(--background-normal-alt);
|
||||
|
||||
padding: 12px;
|
||||
background-color: var(--background-normal);
|
||||
border-radius: var(--border-radius);
|
||||
|
||||
Reference in New Issue
Block a user