`
&&& {
+ ${ baseLabelTypography };
+
box-sizing: border-box;
display: block;
padding-top: 0;
diff --git a/packages/components/src/placeholder/style.scss b/packages/components/src/placeholder/style.scss
index d74fd7cdde9bb0..714c1570fe8f60 100644
--- a/packages/components/src/placeholder/style.scss
+++ b/packages/components/src/placeholder/style.scss
@@ -27,10 +27,6 @@
box-shadow: inset 0 0 0 $border-width $gray-900;
outline: 1px solid transparent; // Shown for Windows 10 High Contrast mode.
- .components-base-control__label {
- font-size: $default-font-size;
- }
-
&.has-illustration {
background: none;
border: none;
diff --git a/packages/components/src/toggle-group-control/test/__snapshots__/index.js.snap b/packages/components/src/toggle-group-control/test/__snapshots__/index.js.snap
index 08c39633a301a3..f0895c36936caa 100644
--- a/packages/components/src/toggle-group-control/test/__snapshots__/index.js.snap
+++ b/packages/components/src/toggle-group-control/test/__snapshots__/index.js.snap
@@ -22,8 +22,13 @@ exports[`ToggleGroupControl should render correctly with icons 1`] = `
}
.emotion-4 {
+ font-size: 11px;
+ font-weight: 500;
+ line-height: 1.4;
+ text-transform: uppercase;
display: inline-block;
margin-bottom: calc(4px * 2);
+ padding: 0;
}
.emotion-6 {
@@ -282,8 +287,13 @@ exports[`ToggleGroupControl should render correctly with text options 1`] = `
}
.emotion-4 {
+ font-size: 11px;
+ font-weight: 500;
+ line-height: 1.4;
+ text-transform: uppercase;
display: inline-block;
margin-bottom: calc(4px * 2);
+ padding: 0;
}
.emotion-6 {
diff --git a/packages/components/src/tools-panel/styles.ts b/packages/components/src/tools-panel/styles.ts
index 6dec56f1b59685..ec4084170f714c 100644
--- a/packages/components/src/tools-panel/styles.ts
+++ b/packages/components/src/tools-panel/styles.ts
@@ -9,7 +9,6 @@ import { css } from '@emotion/react';
import {
StyledField as BaseControlField,
StyledHelp as BaseControlHelp,
- StyledLabel as BaseControlLabel,
Wrapper as BaseControlWrapper,
} from '../base-control/styles/base-control-styles';
import { LabelWrapper } from '../input-control/styles/input-control-styles';
@@ -133,18 +132,6 @@ export const ToolsPanelItem = css`
line-height: 1.4em;
}
}
-
- /**
- * The targeting of .components-custom-select-control__label here is a
- * temporary measure only.
- *
- * It should be replaced once CustomSelectControl component has been
- * refactored and can be targeted via component interpolation.
- */
- .components-custom-select-control__label,
- ${ BaseControlLabel } {
- line-height: 1.4em;
- }
`;
export const ToolsPanelItemPlaceholder = css`
diff --git a/packages/components/src/tools-panel/test/__snapshots__/index.js.snap b/packages/components/src/tools-panel/test/__snapshots__/index.js.snap
index 395f3820e1eabb..f50435d596453e 100644
--- a/packages/components/src/tools-panel/test/__snapshots__/index.js.snap
+++ b/packages/components/src/tools-panel/test/__snapshots__/index.js.snap
@@ -105,11 +105,6 @@ exports[`ToolsPanel first and last panel items should apply first/last classes t
line-height: 1.4em;
}
-.emotion-6 .components-custom-select-control__label,
-.emotion-6 .ej5x27r2 {
- line-height: 1.4em;
-}
-
.emotion-8 {
grid-column: 1/-1;
}
@@ -137,11 +132,6 @@ exports[`ToolsPanel first and last panel items should apply first/last classes t
line-height: 1.4em;
}
-.emotion-8 .components-custom-select-control__label,
-.emotion-8 .ej5x27r2 {
- line-height: 1.4em;
-}
-