Changeset 13454 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/client/components/plugin/_favorite-button.scss
- Timestamp:
- 04/04/2024 03:52:58 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins-2024/client/components/plugin/_favorite-button.scss
r13302 r13454 28 28 } 29 29 30 @keyframes favme-hover {31 0% {32 font-size: var( --wp--preset--font-size--large );33 }34 25% {35 font-size: var( --wp--preset--font-size--small );36 }37 75% {38 font-size: var( --wp--preset--font-size--large );39 }40 100% {41 font-size: var( --wp--preset--font-size--normal );42 }43 }44 45 30 .plugin-favorite { 46 31 height: calc( 2 * var( --wp--custom--button--spacing--padding--top ) + 2 * var( --wp--preset--font-size--normal ) ); … … 65 50 outline: none; 66 51 padding: 0; 67 transition: all .2s ease;68 52 69 53 &.favorited { … … 71 55 } 72 56 73 &:hover {74 animation: favme-hover .3s infinite alternate;75 }76 77 &:focus {78 outline: thin dotted;79 }80 81 57 &:hover, 82 58 &:focus { 83 59 text-decoration: none; 60 color: var(----wp--preset--color--charcoal-2) 84 61 } 85 62 … … 89 66 vertical-align: top; 90 67 } 91 92 &.is-animating {93 animation: favme-anime .3s;94 }95 68 } 96 69 }
Note: See TracChangeset
for help on using the changeset viewer.