Skip to content

Commit

Permalink
Remove client component TextControl
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Feb 1, 2025
1 parent 86e797d commit 23e00ed
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 257 deletions.
1 change: 0 additions & 1 deletion client/blocks/signup-form/style.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@import "calypso/components/text-control/style";
@import "@wordpress/base-styles/breakpoints";
@import "@wordpress/base-styles/mixins";
@import "@automattic/onboarding/styles/mixins";
Expand Down
90 changes: 0 additions & 90 deletions client/components/text-control/index.js

This file was deleted.

116 changes: 0 additions & 116 deletions client/components/text-control/style.scss

This file was deleted.

15 changes: 0 additions & 15 deletions client/jetpack-connect/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1026,21 +1026,6 @@ $colophon-height: 50px;
padding-top: 0;
}

.woocommerce-muriel-text-control,
.muriel-input-text {
border-color: var(--color-neutral-20);

.components-base-control__label,
.text-control__label {
color: var(--color-neutral-50);
}

&.active {
box-shadow: 0 0 0 2px var(--studio-woocommerce-purple-60);
border-color: transparent;
}
}

.jetpack-connect__magic-link-card {
text-align: center;
border-radius: 2px;
Expand Down
18 changes: 0 additions & 18 deletions client/login/wp-login/style.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@import "jetpack-connect/colors";
@import "calypso/components/text-control/style";
@import "@automattic/onboarding/styles/mixins";
@import "@automattic/typography/styles/fonts";
@import "@wordpress/base-styles/breakpoints";
Expand Down Expand Up @@ -271,23 +270,6 @@ $image-height: 47px;
background: none;
}

.woocommerce-muriel-text-control,
.muriel-input-text {
border-color: var(--color-neutral-20);

.text-control__label,
.components-base-control__label {
color: var(--color-neutral-50);
font-size: $font-body-extra-small;
font-weight: normal;
}

&.active {
box-shadow: 0 0 0 2px var(--studio-woocommerce-purple-60);
border-color: transparent;
}
}

.login__form-footer {
text-align: center;

Expand Down
17 changes: 0 additions & 17 deletions client/signup/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -263,23 +263,6 @@ body.is-section-signup .layout:not(.dops):not(.is-wccom-oauth-flow) .formatted-h
background-color: var(--color-woocommerce-onboarding-background);
height: 100%;

.woocommerce-muriel-text-control,
.muriel-input-text {
border-color: var(--color-neutral-20);

.text-control__label,
.components-base-control__label {
color: var(--color-neutral-50);
font-size: $font-body-extra-small;
font-weight: normal;
}

&.active {
box-shadow: 0 0 0 2px var(--studio-woocommerce-purple-60);
border-color: transparent;
}
}

.layout__content {
padding-top: 48px;
}
Expand Down

0 comments on commit 23e00ed

Please sign in to comment.