Skip to content

Commit

Permalink
refactor(NcActionButton): Adjust css syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Nov 19, 2024
1 parent 0e449a2 commit f0ac2e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/NcActionButton/NcActionButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,6 @@ export default {
@include action-item('button');

.action-button__pressed-icon {
margin-inline-start: auto;
margin-inline-end: calc($icon-margin * -1);
margin-inline: auto calc($icon-margin * -1);
}
</style>

0 comments on commit f0ac2e8

Please sign in to comment.