Skip to content

Commit

Permalink
fix(sidebar): toggle button exception for compatibility stylesheet (#…
Browse files Browse the repository at this point in the history
…417)
  • Loading branch information
extern-milly-igor authored and GitHub Enterprise committed Nov 29, 2021
1 parent 31d1fae commit bac8599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ng-aquila/src/shared-styles/compatibility.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
}

button[class*="nx-button--"] {
button[class*="nx-button--"]:not([nxSidebarToggle]) {
margin: 0 0 24px;
}

Expand Down

0 comments on commit bac8599

Please sign in to comment.