Changeset 8565
- Timestamp:
- 04/01/2019 09:50:09 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/blocks/assets/src/shared/item-select/style.scss
r8507 r8565 1 .wordcamp-block-edit-placeholder .components-placeholder__fieldset { 2 /* 3 * By default the fieldset has a `z-index` of `1`, and `.editor-block-list__insertion-point` has a value of 4 * `6`, so the `Add Block` button will stack on top of things like an expanded `ItemSelect` list. This 5 * corrects that. 6 */ 7 z-index: 7; 8 } 9 1 10 .wordcamp-item-select-inner { 2 11 display: flex;
Note: See TracChangeset
for help on using the changeset viewer.