File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) {
Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments