mirror of
https://github.com/nextcloud/server.git
synced 2026-04-26 08:38:11 -04:00
fix(files): Remove duplicated outline on vue files entries
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
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 {
|
||||
|
|
|
|||
4
dist/files-main.js
vendored
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue