fix(files): Remove duplicated outline on vue files entries

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
pull/39609/head
Ferdinand Thiessen 2023-07-28 11:58:28 +07:00
parent 0ec6efdf3d
commit 88bbf383dc
4 changed files with 9 additions and 3 deletions

@ -78,6 +78,7 @@
<a v-show="!isRenaming"
ref="basename"
:aria-hidden="isRenaming"
class="files-list__row-name-link"
v-bind="linkTo"
@click="execDefaultAction">
<!-- File name -->

@ -310,6 +310,11 @@ export default Vue.extend({
// Necessary for flex grow to work
min-width: 0;
// Already added to the inner text, see rule below
&:focus-visible {
outline: none;
}
// Keyboard indicator a11y
&:focus .files-list__row-name-text,
&:focus-visible .files-list__row-name-text {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long