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
| 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 | } |