| @@ -62,23 +62,13 @@ | ||
| 62 | 62 | display: none; |
| 63 | 63 | } |
| 64 | 64 | } |
| 65 | 65 | |
| 66 | - /* Reduce height of the block placeholder (when no table has been selected) from the default 200px. */ | |
| 67 | - .components-placeholder { | |
| 68 | - min-height: 160px; | |
| 66 | + /* Increase the placeholder label font size. */ | |
| 67 | + .components-placeholder__label { | |
| 68 | + font-size: 18px; | |
| 69 | 69 | } |
| 70 | 70 | |
| 71 | - /* Fix right margin, as the 1ch unit in the WP CSS does not work with the Dashicon font. */ | |
| 72 | - .components-placeholder__label .dashicon { | |
| 73 | - margin-right: 10px; | |
| 74 | - } | |
| 75 | - | |
| 76 | - /* Reduce line height of the placeholder instructions when the text is wrapped. */ | |
| 77 | - .components-placeholder__instructions { | |
| 78 | - line-height: normal; | |
| 79 | - } | |
| 80 | - | |
| 81 | 71 | /* Elements inside the InspectorControls PanelBodys. */ |
| 82 | 72 | &-inspector-panel { |
| 83 | 73 | /* Make the indeterminate state of a checkbox lighter. */ |
| 84 | 74 | .components-checkbox-control__input[type="checkbox"] { |
| @@ -85,11 +75,6 @@ | ||
| 85 | 75 | &:indeterminate { |
| 86 | 76 | opacity: 0.4; |
| 87 | 77 | } |
| 88 | 78 | } |
| 89 | - } | |
| 90 | - | |
| 91 | - /* Hide the "Edit" link below the table. */ | |
| 92 | - .tablepress caption { | |
| 93 | - display: none; | |
| 94 | 79 | } |
| 95 | 80 | } |