# ghostkit/3.7.0/gutenberg/components/select/editor.scss

Block Animations, Motion &amp; Scroll Effects – Ghost Kit, version 3.7.0. 18 lines.

- Page: https://pluginprobe.com/plugins/ghostkit/3.7.0/code/gutenberg/components/select/editor.scss
- Raw: https://pluginprobe.com/plugins/ghostkit/3.7.0/raw/gutenberg/components/select/editor.scss
- Modified: 2024-02-18T18:40:24+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/ghostkit/3.7.0/code/gutenberg/components/select/editor.scss#L10-L20`.

```scss
/**
 * Control Select Component CSS
 */
.ghostkit-control-select {
	.fast-option-selected {
		color: #fff;
	}

	input[type="text"] {
		height: 20px;
		min-height: 20px;

		&:focus {
			box-shadow: none;
		}
	}
}

```
