This website requires JavaScript.
Explore
Help
Sign In
Upstream
/
WordPress
Watch
1
Star
0
Fork
0
You've already forked WordPress
mirror of
https://github.com/WordPress/WordPress.git
synced
2024-11-08 20:01:12 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
b29536b060
WordPress
/
wp-includes
/
blocks
/
archives
/
style-rtl.css
7 lines
101 B
CSS
Raw
Normal View
History
Unescape
Escape
Block Editor: Updated the WordPress packages to include Gutenberg 15.1.0 changes. In addition to all the packages being updated to the latest versions, this commit also includes some mandatory changes to avoid editor breakage: - Update React to to 18.2.0. - Add the right stylesheets to support iframed block editors. Props ntsekouras, mamaduka, flixos90, desrosj, peterwilsoncc. See #57471. Built from https://develop.svn.wordpress.org/trunk@55246 git-svn-id: http://core.svn.wordpress.org/trunk@54779 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-02-07 08:04:52 +01:00
.
wp-block-archives
{
box-sizing
:
border-box
;
}
Editor: Remove unnecessary CSS comments from compiled styles. Props aristath, adamsilverstein, SergeyBiryukov, gziolo. Fixes #56388. Built from https://develop.svn.wordpress.org/trunk@55193 git-svn-id: http://core.svn.wordpress.org/trunk@54726 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-02-02 19:59:20 +01:00
.
wp-block-archives-dropdown
label
{
display
:
block
;
Editor: Update WordPress packages published for Gutenberg 10.6 It contains several changes in addition to regular update to WordPress packages: - All newly exposed blocks are now registered on the server. - Dutone block support was added. - Border block support was updated. - New shared function `construct_wp_query_args` was added for the family of Query blocks - it might need some further work. Props youknowriad. See #52991. Built from https://develop.svn.wordpress.org/trunk@50929 git-svn-id: http://core.svn.wordpress.org/trunk@50538 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-05-19 17:09:27 +02:00
}
Reference in New Issue
Copy Permalink