Skip to content

Commit d16579d

Browse files
committed
Merge branch 'TMS-1166' into stage
2 parents e9ddd5f + 47d7fa4 commit d16579d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.MD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010
- TMS-1144: Change aria-attribute for menu-item
1111
- TMS-1163: Search results breadcrumbs accessibility fixes
1212
- TMS-1164: Change button hover & focus styles
13+
- TMS-1166: Fix duet-datepicker border on focus
1314

1415
## [1.64.0] - 2025-08-13
1516

assets/styles/ui-components/_duetdatepicker.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ $duet-radius: $theme-spacing-quarter !default;
3131
&__input {
3232
padding: $theme-spacing-half 60px $theme-spacing-half $theme-spacing-half;
3333
line-height: 1;
34+
35+
&:focus {
36+
border-color: var(--duet-color-border);
37+
box-shadow: none;
38+
}
3439
}
3540

3641
&__toggle {

0 commit comments

Comments
 (0)