Make WordPress Core

Ticket #56300: 56300.patch

File 56300.patch, 631 bytes (added by nidhidhandhukiya, 2 years ago)
  • wp-content/themes/twentytwentyone/assets/css/style-editor.css

     
    26152615.has-red-to-purple-gradient-background {
    26162616        background: linear-gradient(160deg, var(--global--color-red), var(--global--color-purple));
    26172617}
     2618html :where(.wp-block-buttons .wp-block)[data-align=left],
     2619html :where(.wp-block-buttons .wp-block)[data-align=right] {
     2620        height: auto;
     2621}
     2622 No newline at end of file