wp core update 6.6

This commit is contained in:
Tony Volpe
2024-07-17 03:05:30 +00:00
parent 8f93917880
commit 4950d23a30
912 changed files with 103325 additions and 124480 deletions

View File

@@ -8,7 +8,7 @@
--wp-admin-border-width-focus:2px;
--wp-block-synced-color:#7a00df;
--wp-block-synced-color--rgb:122, 0, 223;
--wp-bound-block-color:#9747ff;
--wp-bound-block-color:var(--wp-block-synced-color);
}
@media (min-resolution:192dpi){
:root{
@@ -47,11 +47,14 @@
}
.preferences__tabs-tablist{
position:absolute;
position:absolute !important;
right:16px;
top:84px;
width:160px;
}
.preferences__tabs-tablist:after{
content:none !important;
}
.preferences__tabs-tab{
border-radius:2px;
@@ -62,9 +65,6 @@
box-shadow:none;
font-weight:500;
}
.preferences__tabs-tab[aria-selected=true]:after{
content:none;
}
.preferences__tabs-tab[role=tab]:focus:not(:disabled){
box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
outline:2px solid #0000;