Skip to content

Commit dc55375

Browse files
ayman-aboelabbasclaude
andcommitted
style(inputs): remove focus glow ring from outlined fields in both apps
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 8b0725b commit dc55375

2 files changed

Lines changed: 0 additions & 14 deletions

File tree

frontend/apps/admin-cms/src/_fancy.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -275,13 +275,6 @@ mat-card,
275275
--mdc-filled-text-field-focus-active-indicator-color: #006c4f;
276276
}
277277

278-
/* Soft glow ring around outlined fields on focus.
279-
outline renders outside the box so it never overlaps the floating label. */
280-
.mat-mdc-text-field-wrapper.mdc-text-field--outlined:focus-within {
281-
outline: 3px solid rgba(15, 139, 108, 0.20);
282-
outline-offset: 1px;
283-
border-radius: 10px;
284-
}
285278

286279
/* Filled variant — smooth corners + soft hover lift */
287280
.mdc-text-field--filled:not(.mdc-text-field--disabled) {

frontend/apps/web-portal/src/_fancy.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -291,13 +291,6 @@ mat-card,
291291
--mdc-filled-text-field-focus-active-indicator-color: #006c4f;
292292
}
293293

294-
/* Soft glow ring around outlined fields on focus */
295-
.mat-mdc-text-field-wrapper.mdc-text-field--outlined:focus-within {
296-
// outline: 3px solid rgba(15, 139, 108, 0.20);
297-
outline-offset: 1px;
298-
border-radius: 10px;
299-
transition: outline-color 0.20s var(--cce-fancy-easing-soft);
300-
}
301294

302295
/* Filled variant — smooth corners + soft hover lift */
303296
.mdc-text-field--filled:not(.mdc-text-field--disabled) {

0 commit comments

Comments
 (0)