Skip to content

Commit

Permalink
Fix sort order direction icon position
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <[email protected]>
  • Loading branch information
raimund-schluessler committed Oct 2, 2021
1 parent d9e365c commit 2fc7467
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 2fc7467

Please sign in to comment.