File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
packages/components-css/button-css/src Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ---
Original file line number Diff line number Diff line change 1212 display : inline-flex ;
1313 font-family : var (--nl-button-font-family );
1414 justify-content : center ;
15- min-block-size : var (--nl-button-min-block-size );
16- min-inline-size : var (--nl-button-min-inline-size );
15+ min-block-size : var (--nl-button-min-block-size , 44 px );
16+ min-inline-size : var (--nl-button-min-inline-size , 44 px );
1717 outline-offset : var (--nl-button-outline-offset );
1818 overflow-wrap : break-word ;
1919 padding-block-end : var (--nl-button-padding-block-end );
2222 padding-inline-start : var (--nl-button-padding-inline-start );
2323 text-align : start ;
2424 text-box-trim : trim- both;
25+ -webkit-user-select : none ;
26+ user-select : none ;
2527
2628 /*
2729 * Button has formatted content but no icon or label elements. The display
You can’t perform that action at this time.
0 commit comments