Skip to content

Commit

Permalink
Merge pull request #3111 from nextcloud/fix/3109/actions-menu-style
Browse files Browse the repository at this point in the history
Ensure proper actions menu styling
  • Loading branch information
nickvergessen authored Aug 31, 2022
2 parents 2554568 + efee612 commit 88ecb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcActions/NcActions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@ export default {
<style lang="scss">
// We overwrote the popover base class, so we can style
// the popover__inner for actions only.
.v-popper__popper.action-item__popper .v-popper__inner {
.v-popper--theme-dropdown.v-popper__popper.action-item__popper .v-popper__inner {
border-radius: var(--border-radius-large);
padding: 4px;
}
Expand Down

0 comments on commit 88ecb74

Please sign in to comment.