- Timestamp:
- 10/04/2022 01:10:12 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentythree/styles/whisper.json
r54235 r54372 257 257 "typography": { 258 258 "fontSize": "var(--wp--preset--font-size--large)", 259 "lineHeight": "1.4" 259 "lineHeight": "1.4", 260 "textTransform": "capitalize" 261 } 262 }, 263 "core/comment-author-name":{ 264 "elements": { 265 "link": { 266 ":hover": { 267 "typography": { 268 "textDecoration": "none" 269 } 270 }, 271 ":focus": { 272 "typography": { 273 "textDecoration": "none" 274 } 275 } 276 } 277 } 278 }, 279 "core/comment-date": { 280 "elements": { 281 "link": { 282 ":hover": { 283 "typography": { 284 "textDecoration": "none" 285 } 286 }, 287 ":focus": { 288 "typography": { 289 "textDecoration": "none" 290 } 291 } 292 } 293 } 294 }, 295 "core/comment-edit-link": { 296 "elements": { 297 "link": { 298 ":hover": { 299 "typography": { 300 "textDecoration": "none" 301 } 302 }, 303 ":focus": { 304 "typography": { 305 "textDecoration": "none" 306 } 307 } 308 } 260 309 } 261 310 } … … 421 470 }, 422 471 ":active": { 472 "border": { 473 "width": "0" 474 }, 423 475 "color": { 424 476 "text": "var(--wp--preset--color--secondary)"
Note: See TracChangeset
for help on using the changeset viewer.