PluginProbe
TablePress – Tables in WordPress made easy / 3.0
TablePress – Tables in WordPress made easy v3.0
3.3.4 3.3.3 3.3.2 3.3.1 trunk 1.12 1.14 1.9.2 2.0.4 2.1.7 2.1.8 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.3 2.3.1 2.3.2 2.4 2.4.1 2.4.2 2.4.3 2.4.4 All 44 releases
← All changes | blocks/table/src/editor.scss +3 -18 2.23.0 View file →
@@ -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 }