Making WordPress.org


Ignore:
Timestamp:
04/09/2024 06:31:42 AM (20 months ago)
Author:
adamwood
Message:

wporg-support-2024: Style forms

Update styles for bbPress forms and block editor

Fixes https://github.com/WordPress/wordpress.org/issues/213
Closes https://github.com/WordPress/wordpress.org/issues/230
Closes https://github.com/WordPress/wordpress.org/issues/219

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/blocks/_iso-editor.scss

    r13281 r13476  
    11/* Move the Block Editor toolbar below the Header & Also Viewing z-index bar */
    2 .iso-editor.has-fixed-toolbar .interface-interface-skeleton__header {
    3     z-index: var(--wp--custom--z-index--iso-editor);
     2.iso-editor {
     3    border-color: var(--wp--custom--form--border--color);
     4    border-radius: var(--wp--custom--form--border--radius);
     5
     6    &.has-fixed-toolbar .interface-interface-skeleton__header {
     7        z-index: var(--wp--custom--z-index--iso-editor);
     8    }
    49}
Note: See TracChangeset for help on using the changeset viewer.