# gutenberg/23.7.2/build/styles/block-library/form-input/editor.css

Gutenberg, version 23.7.2. 19 lines.

- Page: https://pluginprobe.com/plugins/gutenberg/23.7.2/code/build/styles/block-library/form-input/editor.css
- Raw: https://pluginprobe.com/plugins/gutenberg/23.7.2/raw/build/styles/block-library/form-input/editor.css
- Modified: 2026-04-08T15:57:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/gutenberg/23.7.2/code/build/styles/block-library/form-input/editor.css#L10-L20`.

```css
.wp-block-form-input .is-input-hidden {
  display: flex;
  position: relative;
  font-size: 0.85em;
  opacity: 0.3;
  border: 1px dashed;
  padding: 0.5em;
  box-sizing: border-box;
  background: repeating-linear-gradient(45deg, transparent, transparent 5px, currentColor 5px, currentColor 6px);
  justify-content: center;
  align-items: center;
}
.wp-block-form-input .is-input-hidden::after {
  content: attr(data-message);
}
.wp-block-form-input.is-selected .is-input-hidden {
  opacity: 1;
  background: none;
}
```
