File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
assets/styles/ui-components Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments