Skip to content

Commit

Permalink
Add changelog item && switch to rounded-corners helper class
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed Mar 9, 2022
1 parent fd3c8eb commit dcb6c54
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 28 deletions.
7 changes: 7 additions & 0 deletions changelog/unreleased/enhancement-contextmenu-hover-background
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Enhancement: Contextmenu background hover

We've added a background hover color for contextmenu actions.

https://github.com/owncloud/web/pull/6553
https://github.com/owncloud/web/pull/6559
https://github.com/owncloud/web/issues/6560
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
:key="`section-${section.name}-action-${actionIndex}`"
:action="action"
:items="items"
class="oc-files-context-action oc-px-s"
class="oc-files-context-action oc-px-s oc-rounded"
/>
</oc-list>
</template>
Expand Down Expand Up @@ -212,7 +212,6 @@ export default {
padding: 6px;
&:hover {
background-color: var(--oc-color-background-hover);
border-radius: 4px;
}
}
Expand Down
Loading

0 comments on commit dcb6c54

Please sign in to comment.