Skip to content

Commit

Permalink
Remove the :not(...) from the rule introduced in nextcloud#36847.
Browse files Browse the repository at this point in the history
  • Loading branch information
rotdrop committed Mar 1, 2023
1 parent 923e517 commit 9255d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/css/apps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,7 @@ $outter-margin: math.div($popoveritem-height - $popovericon-size, 2);
}

.popovermenu {
&:not(.fileActionsMenu) {
&.fileActionsMenu {
li {
> button,
> a,
Expand Down

0 comments on commit 9255d0e

Please sign in to comment.