Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TextControl: Fix remaining 40px size violations #64594

Merged
merged 22 commits into from
Aug 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update snapshot
mirka committed Aug 17, 2024
commit bc7ee4412c5be405da8e6bb6831e19fd3804f8ea
Original file line number Diff line number Diff line change
@@ -120,7 +120,7 @@ exports[`PostPublishPanel should render the post-publish panel if the post is pu
post address
</label>
<input
class="components-text-control__input"
class="components-text-control__input is-next-40px-default-size"
id="inspector-text-control-0"
readonly=""
type="text"
@@ -132,7 +132,7 @@ exports[`PostPublishPanel should render the post-publish panel if the post is pu
class="post-publish-panel__postpublish-post-address__copy-button-wrap"
>
<button
class="components-button is-secondary"
class="components-button is-next-40px-default-size is-secondary"
type="button"
>
Copy
@@ -143,11 +143,11 @@ exports[`PostPublishPanel should render the post-publish panel if the post is pu
class="post-publish-panel__postpublish-buttons"
>
<a
class="components-button is-primary"
class="components-button is-next-40px-default-size is-primary"
href="https://wordpress.local/sample-page/"
/>
<a
class="components-button is-secondary"
class="components-button is-next-40px-default-size is-secondary"
href="post-new.php?"
/>
</div>
@@ -312,7 +312,7 @@ exports[`PostPublishPanel should render the post-publish panel if the post is sc
post address
</label>
<input
class="components-text-control__input"
class="components-text-control__input is-next-40px-default-size"
id="inspector-text-control-1"
readonly=""
type="text"
@@ -324,7 +324,7 @@ exports[`PostPublishPanel should render the post-publish panel if the post is sc
class="post-publish-panel__postpublish-post-address__copy-button-wrap"
>
<button
class="components-button is-secondary"
class="components-button is-next-40px-default-size is-secondary"
type="button"
>
Copy
@@ -335,11 +335,11 @@ exports[`PostPublishPanel should render the post-publish panel if the post is sc
class="post-publish-panel__postpublish-buttons"
>
<a
class="components-button is-primary"
class="components-button is-next-40px-default-size is-primary"
href="https://wordpress.local/sample-page/"
/>
<a
class="components-button is-secondary"
class="components-button is-next-40px-default-size is-secondary"
href="post-new.php?"
/>
</div>