PluginProbe
Gutenberg / 23.2.0
Gutenberg v23.2.0
24.0.0 23.9.1 23.9.0 23.8.0 23.7.2 23.7.1 23.7.0 23.6.1 23.6.2 23.6.0 23.5.3 23.5.2 23.5.1 23.5.0 23.4.0 23.3.2 23.3.1 23.3.0 23.2.0 23.2.1 23.2.2 23.1.1 23.1.0 23.0.1 12.6.0 All 403 releases
gutenberg / build / styles / block-library / paragraph / editor.css
build/styles/block-library/paragraph
editor-rtl.css 863 B 7 months ago editor-rtl.min.css 798 B 7 months ago editor.css 862 B 7 months ago editor.min.css 797 B 7 months ago style-rtl.css 1.5 KB 7 months ago style-rtl.min.css 657 B 7 months ago style.css 1.5 KB 7 months ago style.min.css 655 B 7 months ago

editor.css in Gutenberg 23.2.0, at build/styles/block-library/paragraph/editor.css

25 lines 862 B Raw Download Zip
1 .block-editor-block-list__block[data-type="core/paragraph"].has-drop-cap:focus {
2 min-height: auto !important;
3 }
4
5 .block-editor-block-list__block[data-empty=true] [data-rich-text-placeholder] {
6 opacity: 1;
7 }
8
9 .block-editor-block-list__block[data-empty=true] + .block-editor-block-list__block[data-empty=true]:not([data-custom-placeholder=true]) [data-rich-text-placeholder] {
10 opacity: 0;
11 }
12
13 .block-editor-block-list__block[data-type="core/paragraph"].has-text-align-right[style*="writing-mode: vertical-rl"],
14 .block-editor-block-list__block[data-type="core/paragraph"].has-text-align-left[style*="writing-mode: vertical-lr"] {
15 rotate: 180deg;
16 }
17
18 .is-zoomed-out .block-editor-block-list__block[data-empty=true] [data-rich-text-placeholder] {
19 opacity: 0;
20 }
21
22 html[dir=rtl] .has-drop-cap:not(:focus)::first-letter {
23 float: initial;
24 margin-left: 0.1em;
25 }