Skip to content

Commit

Permalink
fixes cut off focus outline on links
Browse files Browse the repository at this point in the history
  • Loading branch information
akolson committed Jan 29, 2025
1 parent 3ce910e commit 946addc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
>
<VListTileContent>
<VListTileSubTitle>{{ translateConstant(preset.id) }}</VListTileSubTitle>
<VListTileTitle>
<VListTileTitle class="file-display">
<span
v-if="fileDisplay"
class="notranslate"
Expand Down Expand Up @@ -217,16 +217,6 @@

<style lang="less" scoped>
.layout .section-header {
padding: 0 15px;
font-weight: bold;
color: var(--v-darken-3);
}
button {
margin: 0;
}
/deep/ .v-list__tile {
height: max-content !important;
min-height: 64px;
Expand All @@ -238,12 +228,17 @@
}
.v-list__tile__title {
height: max-content;
height: 30px;
}
.v-list__tile__sub-title {
margin-left: 1px;
white-space: unset;
}
}
.file-display {
margin-left: 1px;
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
height: unset;
min-height: min-content;
padding: 0;
margin: 0;
margin: 0 0 0 1px;
font-weight: normal;
text-transform: none;
}
Expand Down

0 comments on commit 946addc

Please sign in to comment.