Skip to content

Commit 946addc

Browse files
committed
fixes cut off focus outline on links
1 parent 3ce910e commit 946addc

2 files changed

Lines changed: 8 additions & 13 deletions

File tree

contentcuration/contentcuration/frontend/channelEdit/views/files/FileUploadItem.vue

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
>
1717
<VListTileContent>
1818
<VListTileSubTitle>{{ translateConstant(preset.id) }}</VListTileSubTitle>
19-
<VListTileTitle>
19+
<VListTileTitle class="file-display">
2020
<span
2121
v-if="fileDisplay"
2222
class="notranslate"
@@ -217,16 +217,6 @@
217217

218218
<style lang="less" scoped>
219219
220-
.layout .section-header {
221-
padding: 0 15px;
222-
font-weight: bold;
223-
color: var(--v-darken-3);
224-
}
225-
226-
button {
227-
margin: 0;
228-
}
229-
230220
/deep/ .v-list__tile {
231221
height: max-content !important;
232222
min-height: 64px;
@@ -238,12 +228,17 @@
238228
}
239229
240230
.v-list__tile__title {
241-
height: max-content;
231+
height: 30px;
242232
}
243233
244234
.v-list__tile__sub-title {
235+
margin-left: 1px;
245236
white-space: unset;
246237
}
247238
}
248239
240+
.file-display {
241+
margin-left: 1px;
242+
}
243+
249244
</style>

contentcuration/contentcuration/frontend/shared/views/ActionLink.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
height: unset;
6868
min-height: min-content;
6969
padding: 0;
70-
margin: 0;
70+
margin: 0 0 0 1px;
7171
font-weight: normal;
7272
text-transform: none;
7373
}

0 commit comments

Comments
 (0)