2023-09-26 10:23:26 -04:00
|
|
|
:root{
|
|
|
|
--wp-admin-theme-color:#007cba;
|
|
|
|
--wp-admin-theme-color--rgb:0, 124, 186;
|
|
|
|
--wp-admin-theme-color-darker-10:#006ba1;
|
|
|
|
--wp-admin-theme-color-darker-10--rgb:0, 107, 161;
|
|
|
|
--wp-admin-theme-color-darker-20:#005a87;
|
|
|
|
--wp-admin-theme-color-darker-20--rgb:0, 90, 135;
|
|
|
|
--wp-admin-border-width-focus:2px;
|
|
|
|
--wp-block-synced-color:#7a00df;
|
|
|
|
--wp-block-synced-color--rgb:122, 0, 223;
|
|
|
|
}
|
|
|
|
@media (min-resolution:192dpi){
|
|
|
|
:root{
|
|
|
|
--wp-admin-border-width-focus:1.5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.patterns-menu-items__convert-modal{
|
|
|
|
z-index:1000001;
|
|
|
|
}
|
Update npm packages to latest versions for 6.4 beta 3.
The npm packages needed a further update for beta 3 in preparation for 6.4.
Props @richtabor, @mmaattiiaass, @tellthemachines, @mamaduka, @swissspidy, @scruffian, @andraganescu, @andrewserong, @mujuonly, @get_dave, @ntsekouras, @carlosgprim, @ramonopoly, @jameskoster, @wildworks, @aaronrobertshaw, @czapla, @santosguillamot, @artemiosans, @afercia, @glendaviesnz, @kevin940726, @mikachan, @siobhyb.
See #59411.
Built from https://develop.svn.wordpress.org/trunk@56808
git-svn-id: http://core.svn.wordpress.org/trunk@56320 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-10-09 13:24:24 -04:00
|
|
|
.patterns-menu-items__convert-modal [role=dialog]>[role=document]{
|
|
|
|
width:350px;
|
|
|
|
}
|
2023-09-26 10:23:26 -04:00
|
|
|
.patterns-menu-items__convert-modal .patterns-menu-items__convert-modal-categories{
|
Update npm packages to latest versions for 6.4 beta 3.
The npm packages needed a further update for beta 3 in preparation for 6.4.
Props @richtabor, @mmaattiiaass, @tellthemachines, @mamaduka, @swissspidy, @scruffian, @andraganescu, @andrewserong, @mujuonly, @get_dave, @ntsekouras, @carlosgprim, @ramonopoly, @jameskoster, @wildworks, @aaronrobertshaw, @czapla, @santosguillamot, @artemiosans, @afercia, @glendaviesnz, @kevin940726, @mikachan, @siobhyb.
See #59411.
Built from https://develop.svn.wordpress.org/trunk@56808
git-svn-id: http://core.svn.wordpress.org/trunk@56320 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-10-09 13:24:24 -04:00
|
|
|
min-height:40px;
|
|
|
|
position:relative;
|
|
|
|
width:100%;
|
|
|
|
}
|
|
|
|
.patterns-menu-items__convert-modal .components-form-token-field__suggestions-list{
|
|
|
|
background-color:#fff;
|
|
|
|
border:1px solid var(--wp-admin-theme-color);
|
|
|
|
border-bottom-left-radius:2px;
|
|
|
|
border-bottom-right-radius:2px;
|
|
|
|
border-top:none;
|
|
|
|
box-shadow:0 0 0 .5px var(--wp-admin-theme-color);
|
|
|
|
box-sizing:border-box;
|
|
|
|
min-width:auto;
|
|
|
|
position:absolute;
|
|
|
|
right:-1px;
|
|
|
|
width:calc(100% + 2px);
|
|
|
|
z-index:1;
|
2023-09-26 10:23:26 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.patterns-create-modal__name-input input[type=text]{
|
Update npm packages to latest versions for 6.4 beta 3.
The npm packages needed a further update for beta 3 in preparation for 6.4.
Props @richtabor, @mmaattiiaass, @tellthemachines, @mamaduka, @swissspidy, @scruffian, @andraganescu, @andrewserong, @mujuonly, @get_dave, @ntsekouras, @carlosgprim, @ramonopoly, @jameskoster, @wildworks, @aaronrobertshaw, @czapla, @santosguillamot, @artemiosans, @afercia, @glendaviesnz, @kevin940726, @mikachan, @siobhyb.
See #59411.
Built from https://develop.svn.wordpress.org/trunk@56808
git-svn-id: http://core.svn.wordpress.org/trunk@56320 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-10-09 13:24:24 -04:00
|
|
|
margin:0;
|
|
|
|
min-height:40px;
|
2023-09-26 10:23:26 -04:00
|
|
|
}
|