File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -377,14 +377,14 @@ bdi {
377377 top : 0 ;
378378}
379379
380- : host ([has-end-icon ]) .ui5-button-root {
380+ : host ([has-end-icon ]: not ([ icon ]) ) .ui5-button-root {
381381 justify-content : flex-start;
382382}
383383
384384: host ([icon-only ]) .ui5-button-root {
385385 justify-content : center;
386386}
387387
388- : host ([has-end-icon ]) .ui5-button-end-icon {
388+ : host ([has-end-icon ]: not ([ icon ]) ) .ui5-button-end-icon {
389389 margin-left : auto;
390390}
Original file line number Diff line number Diff line change 1919</ head >
2020
2121< body class ="button1auto ">
22- < ui5-button design ="Negative " icon ="decline "> Reject</ ui5-button >
22+ < ui5-button design ="Negative " icon ="decline " end-icon =" add " > Reject</ ui5-button >
2323 < ui5-button design ="Positive " icon ="add "> Add</ ui5-button >
2424 < ui5-button icon ="home " id ="icon-only-comment "> <!----> <!----> </ ui5-button >
2525 < ui5-button icon ="text " id ="icon-only-blank-text "> </ ui5-button >
You can’t perform that action at this time.
0 commit comments