Skip to content

Commit

Permalink
did suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shruti862 committed Dec 17, 2024
1 parent de22ea6 commit 9b2455c
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@
@upload="$emit('upload')"
>
<template #default="{ openFileDialog }">
<VListTile inactive class="languageTile py-2">
<VListTile
inactive
class="languageTile py-2"
:class="$computedClass({
':hover': { backgroundColor: $themePalette.grey.v_100 }
})"
>
<VListTileContent v-if="!addingFile">
<ActionLink
data-test="add-file"
Expand Down Expand Up @@ -147,11 +153,6 @@
</script>
<style lang="less" scoped>
.languageTile:hover {
/* stylelint-disable-next-line custom-property-pattern */
background-color:rgba(0, 0, 0, 0.04);
}
/deep/ .languageTile > .v-list__tile {
height: 56px;
}
Expand Down

0 comments on commit 9b2455c

Please sign in to comment.