Skip to content

Commit

Permalink
Merge pull request #11087 from pascalwengerter/fix/5387
Browse files Browse the repository at this point in the history
Make tippy content iteractive to fix #5387
  • Loading branch information
kulmann authored Jun 25, 2024
2 parents b64483b + 17be027 commit 4c15075
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 6 additions & 0 deletions changelog/unreleased/enhancement-accessibility-improvements
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Enhancement: Accessibility improvements

Across the board, we have implemented improvements in regards of accessibility for the web UI.

https://github.com/owncloud/web/issues/5387
https://github.com/owncloud/web/pull/11087
1 change: 1 addition & 0 deletions packages/design-system/src/directives/OcTooltip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ const initOrUpdate = (el: HTMLElement & { tooltip: any }, { value = {} }: any) =
const props = merge.all([
{
ignoreAttributes: true,
interactive: true,
aria: {
content: null,
expanded: false
Expand Down
5 changes: 1 addition & 4 deletions packages/web-pkg/src/components/FilesList/ResourceTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1179,10 +1179,7 @@ export default defineComponent({
}
&-people {
position: absolute;
right: var(--oc-space-xsmall);
top: 50%;
transform: translateY(-50%);
margin-right: -5px;
}
&-actions {
Expand Down

0 comments on commit 4c15075

Please sign in to comment.