@wordpress/block-library 9.0.3 → 9.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/block/index.js +5 -1
- package/build/block/index.js.map +1 -1
- package/build/image/image.js +14 -15
- package/build/image/image.js.map +1 -1
- package/build/list-item/hooks/use-merge.js +8 -1
- package/build/list-item/hooks/use-merge.js.map +1 -1
- package/build/media-text/edit.js +3 -2
- package/build/media-text/edit.js.map +1 -1
- package/build/query/edit/inspector-controls/index.js +3 -2
- package/build/query/edit/inspector-controls/index.js.map +1 -1
- package/build/utils/hooks.js +12 -0
- package/build/utils/hooks.js.map +1 -1
- package/build-module/block/index.js +5 -1
- package/build-module/block/index.js.map +1 -1
- package/build-module/image/image.js +9 -10
- package/build-module/image/image.js.map +1 -1
- package/build-module/list-item/hooks/use-merge.js +8 -1
- package/build-module/list-item/hooks/use-merge.js.map +1 -1
- package/build-module/media-text/edit.js +3 -2
- package/build-module/media-text/edit.js.map +1 -1
- package/build-module/query/edit/inspector-controls/index.js +3 -2
- package/build-module/query/edit/inspector-controls/index.js.map +1 -1
- package/build-module/utils/hooks.js +11 -0
- package/build-module/utils/hooks.js.map +1 -1
- package/build-style/audio/style-rtl.css +1 -1
- package/build-style/audio/style.css +1 -1
- package/build-style/audio/theme-rtl.css +2 -2
- package/build-style/audio/theme.css +2 -2
- package/build-style/editor-rtl.css +0 -12
- package/build-style/editor.css +0 -12
- package/build-style/embed/style-rtl.css +1 -1
- package/build-style/embed/style.css +1 -1
- package/build-style/embed/theme-rtl.css +2 -2
- package/build-style/embed/theme.css +2 -2
- package/build-style/image/editor-rtl.css +0 -12
- package/build-style/image/editor.css +0 -12
- package/build-style/image/style-rtl.css +1 -1
- package/build-style/image/style.css +1 -1
- package/build-style/navigation/style-rtl.css +1 -0
- package/build-style/navigation/style.css +1 -0
- package/build-style/reset-rtl.css +1 -5
- package/build-style/reset.css +1 -5
- package/build-style/social-links/style-rtl.css +91 -91
- package/build-style/social-links/style.css +91 -91
- package/build-style/style-rtl.css +96 -95
- package/build-style/style.css +96 -95
- package/build-style/table/theme-rtl.css +2 -2
- package/build-style/table/theme.css +2 -2
- package/build-style/theme-rtl.css +8 -8
- package/build-style/theme.css +8 -8
- package/build-style/video/style-rtl.css +1 -1
- package/build-style/video/style.css +1 -1
- package/build-style/video/theme-rtl.css +2 -2
- package/build-style/video/theme.css +2 -2
- package/package.json +12 -12
- package/src/audio/style.scss +1 -1
- package/src/audio/theme.scss +1 -1
- package/src/block/block.json +5 -1
- package/src/embed/style.scss +1 -1
- package/src/embed/theme.scss +1 -1
- package/src/image/editor.scss +0 -13
- package/src/image/image.js +21 -11
- package/src/image/style.scss +1 -1
- package/src/list-item/hooks/use-merge.js +19 -5
- package/src/media-text/edit.js +3 -2
- package/src/media-text/index.php +68 -18
- package/src/navigation/index.php +5 -3
- package/src/navigation/style.scss +1 -0
- package/src/query/edit/inspector-controls/index.js +3 -2
- package/src/reset.scss +11 -12
- package/src/social-links/style.scss +2 -2
- package/src/table/theme.scss +1 -1
- package/src/utils/hooks.js +14 -0
- package/src/video/style.scss +1 -1
- package/src/video/theme.scss +1 -1
- package/build/utils/constants.js +0 -15
- package/build/utils/constants.js.map +0 -1
- package/build-module/utils/constants.js +0 -9
- package/build-module/utils/constants.js.map +0 -1
- package/src/utils/constants.js +0 -8
package/build-style/style.css
CHANGED
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
.wp-block-audio {
|
|
110
110
|
box-sizing: border-box;
|
|
111
111
|
}
|
|
112
|
-
.wp-block-audio figcaption {
|
|
112
|
+
.wp-block-audio :where(figcaption) {
|
|
113
113
|
margin-top: 0.5em;
|
|
114
114
|
margin-bottom: 1em;
|
|
115
115
|
}
|
|
@@ -1017,7 +1017,7 @@ section.wp-block-cover-image > h2,
|
|
|
1017
1017
|
.wp-block-embed {
|
|
1018
1018
|
overflow-wrap: break-word;
|
|
1019
1019
|
}
|
|
1020
|
-
.wp-block-embed figcaption {
|
|
1020
|
+
.wp-block-embed :where(figcaption) {
|
|
1021
1021
|
margin-top: 0.5em;
|
|
1022
1022
|
margin-bottom: 1em;
|
|
1023
1023
|
}
|
|
@@ -1586,7 +1586,7 @@ h6.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]) {
|
|
|
1586
1586
|
margin-left: auto;
|
|
1587
1587
|
margin-right: auto;
|
|
1588
1588
|
}
|
|
1589
|
-
.wp-block-image figcaption {
|
|
1589
|
+
.wp-block-image :where(figcaption) {
|
|
1590
1590
|
margin-top: 0.5em;
|
|
1591
1591
|
margin-bottom: 1em;
|
|
1592
1592
|
}
|
|
@@ -2305,6 +2305,7 @@ button.wp-block-navigation-item__content {
|
|
|
2305
2305
|
color: currentColor;
|
|
2306
2306
|
font-size: inherit;
|
|
2307
2307
|
font-family: inherit;
|
|
2308
|
+
letter-spacing: inherit;
|
|
2308
2309
|
line-height: inherit;
|
|
2309
2310
|
font-style: inherit;
|
|
2310
2311
|
font-weight: inherit;
|
|
@@ -3438,326 +3439,326 @@ ul.wp-block-rss.is-grid li {
|
|
|
3438
3439
|
fill: currentColor;
|
|
3439
3440
|
}
|
|
3440
3441
|
|
|
3441
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
|
|
3442
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
|
|
3442
3443
|
background-color: #f0f0f0;
|
|
3443
3444
|
color: #444;
|
|
3444
3445
|
}
|
|
3445
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
|
|
3446
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon {
|
|
3446
3447
|
background-color: #f90;
|
|
3447
3448
|
color: #fff;
|
|
3448
3449
|
}
|
|
3449
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
|
|
3450
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp {
|
|
3450
3451
|
background-color: #1ea0c3;
|
|
3451
3452
|
color: #fff;
|
|
3452
3453
|
}
|
|
3453
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
|
|
3454
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance {
|
|
3454
3455
|
background-color: #0757fe;
|
|
3455
3456
|
color: #fff;
|
|
3456
3457
|
}
|
|
3457
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bluesky {
|
|
3458
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky {
|
|
3458
3459
|
background-color: #0a7aff;
|
|
3459
3460
|
color: #fff;
|
|
3460
3461
|
}
|
|
3461
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
|
|
3462
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen {
|
|
3462
3463
|
background-color: #1e1f26;
|
|
3463
3464
|
color: #fff;
|
|
3464
3465
|
}
|
|
3465
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
|
|
3466
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart {
|
|
3466
3467
|
background-color: #02e49b;
|
|
3467
3468
|
color: #fff;
|
|
3468
3469
|
}
|
|
3469
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
|
|
3470
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble {
|
|
3470
3471
|
background-color: #e94c89;
|
|
3471
3472
|
color: #fff;
|
|
3472
3473
|
}
|
|
3473
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
|
|
3474
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox {
|
|
3474
3475
|
background-color: #4280ff;
|
|
3475
3476
|
color: #fff;
|
|
3476
3477
|
}
|
|
3477
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
|
|
3478
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
|
|
3478
3479
|
background-color: #f45800;
|
|
3479
3480
|
color: #fff;
|
|
3480
3481
|
}
|
|
3481
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
|
|
3482
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook {
|
|
3482
3483
|
background-color: #1778f2;
|
|
3483
3484
|
color: #fff;
|
|
3484
3485
|
}
|
|
3485
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
|
|
3486
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx {
|
|
3486
3487
|
background-color: #000;
|
|
3487
3488
|
color: #fff;
|
|
3488
3489
|
}
|
|
3489
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
|
|
3490
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr {
|
|
3490
3491
|
background-color: #0461dd;
|
|
3491
3492
|
color: #fff;
|
|
3492
3493
|
}
|
|
3493
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
|
|
3494
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare {
|
|
3494
3495
|
background-color: #e65678;
|
|
3495
3496
|
color: #fff;
|
|
3496
3497
|
}
|
|
3497
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
|
|
3498
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github {
|
|
3498
3499
|
background-color: #24292d;
|
|
3499
3500
|
color: #fff;
|
|
3500
3501
|
}
|
|
3501
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
|
|
3502
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads {
|
|
3502
3503
|
background-color: #eceadd;
|
|
3503
3504
|
color: #382110;
|
|
3504
3505
|
}
|
|
3505
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
|
|
3506
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google {
|
|
3506
3507
|
background-color: #ea4434;
|
|
3507
3508
|
color: #fff;
|
|
3508
3509
|
}
|
|
3509
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-gravatar {
|
|
3510
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar {
|
|
3510
3511
|
background-color: #1d4fc4;
|
|
3511
3512
|
color: #fff;
|
|
3512
3513
|
}
|
|
3513
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
|
|
3514
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
|
|
3514
3515
|
background-color: #f00075;
|
|
3515
3516
|
color: #fff;
|
|
3516
3517
|
}
|
|
3517
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
|
|
3518
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm {
|
|
3518
3519
|
background-color: #e21b24;
|
|
3519
3520
|
color: #fff;
|
|
3520
3521
|
}
|
|
3521
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
|
|
3522
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin {
|
|
3522
3523
|
background-color: #0d66c2;
|
|
3523
3524
|
color: #fff;
|
|
3524
3525
|
}
|
|
3525
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
|
|
3526
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon {
|
|
3526
3527
|
background-color: #3288d4;
|
|
3527
3528
|
color: #fff;
|
|
3528
3529
|
}
|
|
3529
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
|
|
3530
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium {
|
|
3530
3531
|
background-color: #000;
|
|
3531
3532
|
color: #fff;
|
|
3532
3533
|
}
|
|
3533
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
|
|
3534
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup {
|
|
3534
3535
|
background-color: #f6405f;
|
|
3535
3536
|
color: #fff;
|
|
3536
3537
|
}
|
|
3537
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
|
|
3538
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon {
|
|
3538
3539
|
background-color: #000;
|
|
3539
3540
|
color: #fff;
|
|
3540
3541
|
}
|
|
3541
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
|
|
3542
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest {
|
|
3542
3543
|
background-color: #e60122;
|
|
3543
3544
|
color: #fff;
|
|
3544
3545
|
}
|
|
3545
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
|
|
3546
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket {
|
|
3546
3547
|
background-color: #ef4155;
|
|
3547
3548
|
color: #fff;
|
|
3548
3549
|
}
|
|
3549
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
|
|
3550
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit {
|
|
3550
3551
|
background-color: #ff4500;
|
|
3551
3552
|
color: #fff;
|
|
3552
3553
|
}
|
|
3553
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
|
|
3554
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
|
|
3554
3555
|
background-color: #0478d7;
|
|
3555
3556
|
color: #fff;
|
|
3556
3557
|
}
|
|
3557
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
|
|
3558
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat {
|
|
3558
3559
|
background-color: #fefc00;
|
|
3559
3560
|
color: #fff;
|
|
3560
3561
|
stroke: #000;
|
|
3561
3562
|
}
|
|
3562
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
|
|
3563
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud {
|
|
3563
3564
|
background-color: #ff5600;
|
|
3564
3565
|
color: #fff;
|
|
3565
3566
|
}
|
|
3566
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
|
|
3567
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify {
|
|
3567
3568
|
background-color: #1bd760;
|
|
3568
3569
|
color: #fff;
|
|
3569
3570
|
}
|
|
3570
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
|
|
3571
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram {
|
|
3571
3572
|
background-color: #2aabee;
|
|
3572
3573
|
color: #fff;
|
|
3573
3574
|
}
|
|
3574
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-threads {
|
|
3575
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads {
|
|
3575
3576
|
background-color: #000;
|
|
3576
3577
|
color: #fff;
|
|
3577
3578
|
}
|
|
3578
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
|
|
3579
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok {
|
|
3579
3580
|
background-color: #000;
|
|
3580
3581
|
color: #fff;
|
|
3581
3582
|
}
|
|
3582
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
|
|
3583
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr {
|
|
3583
3584
|
background-color: #011835;
|
|
3584
3585
|
color: #fff;
|
|
3585
3586
|
}
|
|
3586
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
|
|
3587
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch {
|
|
3587
3588
|
background-color: #6440a4;
|
|
3588
3589
|
color: #fff;
|
|
3589
3590
|
}
|
|
3590
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
|
|
3591
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter {
|
|
3591
3592
|
background-color: #1da1f2;
|
|
3592
3593
|
color: #fff;
|
|
3593
3594
|
}
|
|
3594
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
|
|
3595
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
|
|
3595
3596
|
background-color: #1eb7ea;
|
|
3596
3597
|
color: #fff;
|
|
3597
3598
|
}
|
|
3598
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
|
|
3599
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
|
|
3599
3600
|
background-color: #4680c2;
|
|
3600
3601
|
color: #fff;
|
|
3601
3602
|
}
|
|
3602
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
|
|
3603
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress {
|
|
3603
3604
|
background-color: #3499cd;
|
|
3604
3605
|
color: #fff;
|
|
3605
3606
|
}
|
|
3606
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
|
|
3607
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp {
|
|
3607
3608
|
background-color: #25d366;
|
|
3608
3609
|
color: #fff;
|
|
3609
3610
|
}
|
|
3610
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x {
|
|
3611
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
|
|
3611
3612
|
background-color: #000;
|
|
3612
3613
|
color: #fff;
|
|
3613
3614
|
}
|
|
3614
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
|
|
3615
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
|
|
3615
3616
|
background-color: #d32422;
|
|
3616
3617
|
color: #fff;
|
|
3617
3618
|
}
|
|
3618
|
-
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
|
|
3619
|
+
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube {
|
|
3619
3620
|
background-color: #f00;
|
|
3620
3621
|
color: #fff;
|
|
3621
3622
|
}
|
|
3622
3623
|
|
|
3623
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link {
|
|
3624
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
|
|
3624
3625
|
background: none;
|
|
3625
3626
|
}
|
|
3626
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
|
|
3627
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
|
|
3627
3628
|
width: 1.25em;
|
|
3628
3629
|
height: 1.25em;
|
|
3629
3630
|
}
|
|
3630
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
|
|
3631
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
|
|
3631
3632
|
color: #f90;
|
|
3632
3633
|
}
|
|
3633
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
|
|
3634
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
|
|
3634
3635
|
color: #1ea0c3;
|
|
3635
3636
|
}
|
|
3636
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
|
|
3637
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
|
|
3637
3638
|
color: #0757fe;
|
|
3638
3639
|
}
|
|
3639
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-bluesky {
|
|
3640
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
|
|
3640
3641
|
color: #0a7aff;
|
|
3641
3642
|
}
|
|
3642
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
|
|
3643
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
|
|
3643
3644
|
color: #1e1f26;
|
|
3644
3645
|
}
|
|
3645
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
|
|
3646
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
|
|
3646
3647
|
color: #02e49b;
|
|
3647
3648
|
}
|
|
3648
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
|
|
3649
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
|
|
3649
3650
|
color: #e94c89;
|
|
3650
3651
|
}
|
|
3651
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
|
|
3652
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
|
|
3652
3653
|
color: #4280ff;
|
|
3653
3654
|
}
|
|
3654
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
|
|
3655
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
|
|
3655
3656
|
color: #f45800;
|
|
3656
3657
|
}
|
|
3657
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
|
|
3658
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
|
|
3658
3659
|
color: #1778f2;
|
|
3659
3660
|
}
|
|
3660
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
|
|
3661
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx {
|
|
3661
3662
|
color: #000;
|
|
3662
3663
|
}
|
|
3663
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
|
|
3664
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
|
|
3664
3665
|
color: #0461dd;
|
|
3665
3666
|
}
|
|
3666
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
|
|
3667
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
|
|
3667
3668
|
color: #e65678;
|
|
3668
3669
|
}
|
|
3669
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
|
|
3670
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
|
|
3670
3671
|
color: #24292d;
|
|
3671
3672
|
}
|
|
3672
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
|
|
3673
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
|
|
3673
3674
|
color: #382110;
|
|
3674
3675
|
}
|
|
3675
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
|
|
3676
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
|
|
3676
3677
|
color: #ea4434;
|
|
3677
3678
|
}
|
|
3678
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-gravatar {
|
|
3679
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
|
|
3679
3680
|
color: #1d4fc4;
|
|
3680
3681
|
}
|
|
3681
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
|
|
3682
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
|
|
3682
3683
|
color: #f00075;
|
|
3683
3684
|
}
|
|
3684
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
|
|
3685
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
|
|
3685
3686
|
color: #e21b24;
|
|
3686
3687
|
}
|
|
3687
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
|
|
3688
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
|
|
3688
3689
|
color: #0d66c2;
|
|
3689
3690
|
}
|
|
3690
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
|
|
3691
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
|
|
3691
3692
|
color: #3288d4;
|
|
3692
3693
|
}
|
|
3693
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
|
|
3694
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
|
|
3694
3695
|
color: #000;
|
|
3695
3696
|
}
|
|
3696
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
|
|
3697
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
|
|
3697
3698
|
color: #f6405f;
|
|
3698
3699
|
}
|
|
3699
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
|
|
3700
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
|
|
3700
3701
|
color: #000;
|
|
3701
3702
|
}
|
|
3702
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
|
|
3703
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
|
|
3703
3704
|
color: #e60122;
|
|
3704
3705
|
}
|
|
3705
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
|
|
3706
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
|
|
3706
3707
|
color: #ef4155;
|
|
3707
3708
|
}
|
|
3708
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
|
|
3709
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
|
|
3709
3710
|
color: #ff4500;
|
|
3710
3711
|
}
|
|
3711
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
|
|
3712
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
|
|
3712
3713
|
color: #0478d7;
|
|
3713
3714
|
}
|
|
3714
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
|
|
3715
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
|
|
3715
3716
|
color: #fff;
|
|
3716
3717
|
stroke: #000;
|
|
3717
3718
|
}
|
|
3718
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
|
|
3719
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
|
|
3719
3720
|
color: #ff5600;
|
|
3720
3721
|
}
|
|
3721
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
|
|
3722
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
|
|
3722
3723
|
color: #1bd760;
|
|
3723
3724
|
}
|
|
3724
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
|
|
3725
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
|
|
3725
3726
|
color: #2aabee;
|
|
3726
3727
|
}
|
|
3727
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-threads {
|
|
3728
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
|
|
3728
3729
|
color: #000;
|
|
3729
3730
|
}
|
|
3730
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
|
|
3731
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
|
|
3731
3732
|
color: #000;
|
|
3732
3733
|
}
|
|
3733
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
|
|
3734
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
|
|
3734
3735
|
color: #011835;
|
|
3735
3736
|
}
|
|
3736
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
|
|
3737
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
|
|
3737
3738
|
color: #6440a4;
|
|
3738
3739
|
}
|
|
3739
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
|
|
3740
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
|
|
3740
3741
|
color: #1da1f2;
|
|
3741
3742
|
}
|
|
3742
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
|
|
3743
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
|
|
3743
3744
|
color: #1eb7ea;
|
|
3744
3745
|
}
|
|
3745
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
|
|
3746
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
|
|
3746
3747
|
color: #4680c2;
|
|
3747
3748
|
}
|
|
3748
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
|
|
3749
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
|
|
3749
3750
|
color: #25d366;
|
|
3750
3751
|
}
|
|
3751
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
|
|
3752
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
|
|
3752
3753
|
color: #3499cd;
|
|
3753
3754
|
}
|
|
3754
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-x {
|
|
3755
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
|
|
3755
3756
|
color: #000;
|
|
3756
3757
|
}
|
|
3757
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
|
|
3758
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
|
|
3758
3759
|
color: #d32422;
|
|
3759
3760
|
}
|
|
3760
|
-
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
|
|
3761
|
+
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube {
|
|
3761
3762
|
color: #f00;
|
|
3762
3763
|
}
|
|
3763
3764
|
|
|
@@ -4012,7 +4013,7 @@ pre.wp-block-verse {
|
|
|
4012
4013
|
.wp-block-video.aligncenter {
|
|
4013
4014
|
text-align: center;
|
|
4014
4015
|
}
|
|
4015
|
-
.wp-block-video figcaption {
|
|
4016
|
+
.wp-block-video :where(figcaption) {
|
|
4016
4017
|
margin-top: 0.5em;
|
|
4017
4018
|
margin-bottom: 1em;
|
|
4018
4019
|
}
|
|
@@ -93,11 +93,11 @@
|
|
|
93
93
|
.wp-block-table th {
|
|
94
94
|
word-break: normal;
|
|
95
95
|
}
|
|
96
|
-
.wp-block-table figcaption {
|
|
96
|
+
.wp-block-table :where(figcaption) {
|
|
97
97
|
color: #555;
|
|
98
98
|
font-size: 13px;
|
|
99
99
|
text-align: center;
|
|
100
100
|
}
|
|
101
|
-
.is-dark-theme .wp-block-table figcaption {
|
|
101
|
+
.is-dark-theme .wp-block-table :where(figcaption) {
|
|
102
102
|
color: rgba(255, 255, 255, 0.65);
|
|
103
103
|
}
|
|
@@ -93,11 +93,11 @@
|
|
|
93
93
|
.wp-block-table th {
|
|
94
94
|
word-break: normal;
|
|
95
95
|
}
|
|
96
|
-
.wp-block-table figcaption {
|
|
96
|
+
.wp-block-table :where(figcaption) {
|
|
97
97
|
color: #555;
|
|
98
98
|
font-size: 13px;
|
|
99
99
|
text-align: center;
|
|
100
100
|
}
|
|
101
|
-
.is-dark-theme .wp-block-table figcaption {
|
|
101
|
+
.is-dark-theme .wp-block-table :where(figcaption) {
|
|
102
102
|
color: rgba(255, 255, 255, 0.65);
|
|
103
103
|
}
|
|
@@ -86,12 +86,12 @@
|
|
|
86
86
|
/**
|
|
87
87
|
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
88
88
|
*/
|
|
89
|
-
.wp-block-audio figcaption {
|
|
89
|
+
.wp-block-audio :where(figcaption) {
|
|
90
90
|
color: #555;
|
|
91
91
|
font-size: 13px;
|
|
92
92
|
text-align: center;
|
|
93
93
|
}
|
|
94
|
-
.is-dark-theme .wp-block-audio figcaption {
|
|
94
|
+
.is-dark-theme .wp-block-audio :where(figcaption) {
|
|
95
95
|
color: rgba(255, 255, 255, 0.65);
|
|
96
96
|
}
|
|
97
97
|
|
|
@@ -106,12 +106,12 @@
|
|
|
106
106
|
padding: 0.8em 1em;
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
-
.wp-block-embed figcaption {
|
|
109
|
+
.wp-block-embed :where(figcaption) {
|
|
110
110
|
color: #555;
|
|
111
111
|
font-size: 13px;
|
|
112
112
|
text-align: center;
|
|
113
113
|
}
|
|
114
|
-
.is-dark-theme .wp-block-embed figcaption {
|
|
114
|
+
.is-dark-theme .wp-block-embed :where(figcaption) {
|
|
115
115
|
color: rgba(255, 255, 255, 0.65);
|
|
116
116
|
}
|
|
117
117
|
|
|
@@ -225,21 +225,21 @@
|
|
|
225
225
|
.wp-block-table th {
|
|
226
226
|
word-break: normal;
|
|
227
227
|
}
|
|
228
|
-
.wp-block-table figcaption {
|
|
228
|
+
.wp-block-table :where(figcaption) {
|
|
229
229
|
color: #555;
|
|
230
230
|
font-size: 13px;
|
|
231
231
|
text-align: center;
|
|
232
232
|
}
|
|
233
|
-
.is-dark-theme .wp-block-table figcaption {
|
|
233
|
+
.is-dark-theme .wp-block-table :where(figcaption) {
|
|
234
234
|
color: rgba(255, 255, 255, 0.65);
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
.wp-block-video figcaption {
|
|
237
|
+
.wp-block-video :where(figcaption) {
|
|
238
238
|
color: #555;
|
|
239
239
|
font-size: 13px;
|
|
240
240
|
text-align: center;
|
|
241
241
|
}
|
|
242
|
-
.is-dark-theme .wp-block-video figcaption {
|
|
242
|
+
.is-dark-theme .wp-block-video :where(figcaption) {
|
|
243
243
|
color: rgba(255, 255, 255, 0.65);
|
|
244
244
|
}
|
|
245
245
|
|
package/build-style/theme.css
CHANGED
|
@@ -86,12 +86,12 @@
|
|
|
86
86
|
/**
|
|
87
87
|
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
88
88
|
*/
|
|
89
|
-
.wp-block-audio figcaption {
|
|
89
|
+
.wp-block-audio :where(figcaption) {
|
|
90
90
|
color: #555;
|
|
91
91
|
font-size: 13px;
|
|
92
92
|
text-align: center;
|
|
93
93
|
}
|
|
94
|
-
.is-dark-theme .wp-block-audio figcaption {
|
|
94
|
+
.is-dark-theme .wp-block-audio :where(figcaption) {
|
|
95
95
|
color: rgba(255, 255, 255, 0.65);
|
|
96
96
|
}
|
|
97
97
|
|
|
@@ -106,12 +106,12 @@
|
|
|
106
106
|
padding: 0.8em 1em;
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
-
.wp-block-embed figcaption {
|
|
109
|
+
.wp-block-embed :where(figcaption) {
|
|
110
110
|
color: #555;
|
|
111
111
|
font-size: 13px;
|
|
112
112
|
text-align: center;
|
|
113
113
|
}
|
|
114
|
-
.is-dark-theme .wp-block-embed figcaption {
|
|
114
|
+
.is-dark-theme .wp-block-embed :where(figcaption) {
|
|
115
115
|
color: rgba(255, 255, 255, 0.65);
|
|
116
116
|
}
|
|
117
117
|
|
|
@@ -225,21 +225,21 @@
|
|
|
225
225
|
.wp-block-table th {
|
|
226
226
|
word-break: normal;
|
|
227
227
|
}
|
|
228
|
-
.wp-block-table figcaption {
|
|
228
|
+
.wp-block-table :where(figcaption) {
|
|
229
229
|
color: #555;
|
|
230
230
|
font-size: 13px;
|
|
231
231
|
text-align: center;
|
|
232
232
|
}
|
|
233
|
-
.is-dark-theme .wp-block-table figcaption {
|
|
233
|
+
.is-dark-theme .wp-block-table :where(figcaption) {
|
|
234
234
|
color: rgba(255, 255, 255, 0.65);
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
.wp-block-video figcaption {
|
|
237
|
+
.wp-block-video :where(figcaption) {
|
|
238
238
|
color: #555;
|
|
239
239
|
font-size: 13px;
|
|
240
240
|
text-align: center;
|
|
241
241
|
}
|
|
242
|
-
.is-dark-theme .wp-block-video figcaption {
|
|
242
|
+
.is-dark-theme .wp-block-video :where(figcaption) {
|
|
243
243
|
color: rgba(255, 255, 255, 0.65);
|
|
244
244
|
}
|
|
245
245
|
|
|
@@ -86,12 +86,12 @@
|
|
|
86
86
|
/**
|
|
87
87
|
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
88
88
|
*/
|
|
89
|
-
.wp-block-video figcaption {
|
|
89
|
+
.wp-block-video :where(figcaption) {
|
|
90
90
|
color: #555;
|
|
91
91
|
font-size: 13px;
|
|
92
92
|
text-align: center;
|
|
93
93
|
}
|
|
94
|
-
.is-dark-theme .wp-block-video figcaption {
|
|
94
|
+
.is-dark-theme .wp-block-video :where(figcaption) {
|
|
95
95
|
color: rgba(255, 255, 255, 0.65);
|
|
96
96
|
}
|
|
97
97
|
|
|
@@ -86,12 +86,12 @@
|
|
|
86
86
|
/**
|
|
87
87
|
* Reset the WP Admin page styles for Gutenberg-like pages.
|
|
88
88
|
*/
|
|
89
|
-
.wp-block-video figcaption {
|
|
89
|
+
.wp-block-video :where(figcaption) {
|
|
90
90
|
color: #555;
|
|
91
91
|
font-size: 13px;
|
|
92
92
|
text-align: center;
|
|
93
93
|
}
|
|
94
|
-
.is-dark-theme .wp-block-video figcaption {
|
|
94
|
+
.is-dark-theme .wp-block-video :where(figcaption) {
|
|
95
95
|
color: rgba(255, 255, 255, 0.65);
|
|
96
96
|
}
|
|
97
97
|
|