Skip to content

Commit

Permalink
Merge pull request #1815 from nextcloud/fix/noid/direction-icon
Browse files Browse the repository at this point in the history
Fix sort order direction icon position
  • Loading branch information
raimund-schluessler authored Oct 2, 2021
2 parents d9e365c + 2fc7467 commit b4b94ab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/SortorderDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,7 @@ li.action::v-deep {
// indicate which sort order is selected
&.selected .action-button {
opacity: 1;
}
// allow to absolute position the sort direction icon
.action-button__icon {
// allow to absolute position the sort direction icon
position: relative;
}
}
Expand Down

0 comments on commit b4b94ab

Please sign in to comment.