Changeset 13501 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/forms/_buttons.scss
- Timestamp:
- 04/11/2024 10:42:01 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/forms/_buttons.scss
r13470 r13501 53 53 cursor: pointer; 54 54 display: inline-block; 55 font-size: ms(-2);56 55 height: auto; 57 line-height: 1;56 line-height: var(--wp--custom--button--typography--line-height); 58 57 margin: 0; 59 58 padding: 0 0.8rem; 60 59 text-decoration: none; 61 60 white-space: nowrap; 62 -webkit-appearance: none;61 appearance: none; 63 62 box-shadow: none; 64 63 } … … 86 85 line-height: 1; 87 86 padding: 0 0.5rem; 88 }89 90 a.button,91 a.button-primary,92 a.button-secondary {93 line-height: ms(4);94 87 } 95 88
Note: See TracChangeset
for help on using the changeset viewer.