Changeset 13503 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/forms/_buttons.scss
- Timestamp:
- 04/12/2024 02:03:45 AM (14 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
r13501 r13503 49 49 .button-secondary { 50 50 border: 1px solid; 51 border-radius: 3px;51 border-radius: 2px; 52 52 box-sizing: border-box; 53 53 cursor: pointer; … … 240 240 &:visited { 241 241 box-shadow: none; 242 color: var(--wp--custom--button--color--text); 242 243 } 243 244 … … 254 255 &:focus { 255 256 background-color: var(--wp--custom--button--color--background); 256 box-shadow: inset 0 0 0 3px var(--wp--preset--color--white) ;257 box-shadow: inset 0 0 0 3px var(--wp--preset--color--white) !important; 257 258 outline: 1.5px solid var(--wp--custom--button--focus--border--color); 258 259 outline-offset: -1.5px;
Note: See TracChangeset
for help on using the changeset viewer.