Skip to content

Commit

Permalink
input box focus fix (#569)
Browse files Browse the repository at this point in the history
Co-authored-by: Fyle <[email protected]>
  • Loading branch information
DhaaraniCIT and Fyle authored Feb 15, 2024
1 parent aac7b94 commit 8df483f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
}

:host ::ng-deep .normal-box :enabled:focus-visible {
@apply tw-border-slightly-normal-text-color #{!important};
@apply tw-border-input-focused-border #{!important};
}
2 changes: 2 additions & 0 deletions src/assets/themes/fyle/fdl.scss
Original file line number Diff line number Diff line change
Expand Up @@ -346,5 +346,7 @@
--calendar-month-hover-bg: var(--bg-tertiary);

--search-focused-search-icon: var(--icon-muted);

--input-focused-border: var(--bg-secondary)
}
}
2 changes: 1 addition & 1 deletion src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ p {
}

.p-inputtext:enabled:focus-visible {
@apply tw-shadow-none tw-border-select-default-border #{!important};
@apply tw-shadow-none tw-border-input-focused-border #{!important};
}

// Tooltip
Expand Down

0 comments on commit 8df483f

Please sign in to comment.