File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
libs/components/modals/src/lib/modules/modal Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040 < div class ="sky-modal-header-buttons ">
4141 @if (legacyHelpKey) {
4242 < button
43- class ="sky-btn sky-modal-btn-help "
43+ class ="sky-btn sky-btn-borderless sky- modal-btn-help "
4444 name ="help-button "
4545 type ="button "
4646 [attr.aria-label] ="'skyux_modal_open_help' | skyLibResources "
5555 class ="sky-btn sky-modal-btn-close "
5656 [attr.aria-label] ="'skyux_modal_close' | skyLibResources "
5757 [skyThemeClass] ="{
58+ 'sky-btn-borderless': 'default',
5859 'sky-btn-icon-borderless': 'modern'
5960 } "
6061 (click) ="closeButtonClick() "
Original file line number Diff line number Diff line change 233233 // buttons to wrap on extra-small breakpoints (<200px).
234234 flex-shrink : 0.0001 ;
235235
236- .sky-btn {
237- border : none ;
238- @include mixins .sky-icon-button-borderless ;
236+ .sky-modal-btn-close {
237+ margin-left : var (--sky-space-gap-text_action-l );
239238 }
240239}
241240
You can’t perform that action at this time.
0 commit comments