Skip to content

Commit 8765545

Browse files
committed
Add product branding overrides
1 parent b9f06a9 commit 8765545

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.blaze-pro,
2+
.is-blaze-pro {
3+
.form-text-input-core-styles:focus {
4+
--wp-admin-theme-color: var(--color-gray);
5+
}
6+
}

client/assets/stylesheets/style.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@
1919

2020
// Overrides for @wordpress/components
2121
@import "./wp-components-overrides";
22+
23+
// Overrides for @wordpress/base styles
24+
@import "./wp-base-styles-overrides";

client/layout/masterbar/blaze-pro.scss

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -454,19 +454,6 @@ body.is-section-signup {
454454
line-height: 16px;
455455
text-transform: uppercase;
456456
}
457-
458-
.form-text-input {
459-
border: 1px solid #dddddf;
460-
461-
&:focus,
462-
&:focus-visible,
463-
&:focus-within,
464-
&:hover {
465-
border: 1px solid var(--color-gray);
466-
box-shadow: inset 0 0 0 1px var(--color-gray);
467-
outline: none !important;
468-
}
469-
}
470457
}
471458

472459
// "Continue with a backup code" button

0 commit comments

Comments
 (0)