Skip to content

Commit

Permalink
feat(date-picker): flatten top/bottom left border radius (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
nowseemee authored May 25, 2021
1 parent 3b7cbd6 commit 2345728
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ duet-date-picker .duet-date__input:focus {
}

duet-date-picker .duet-date__toggle {
border-radius: var(--scl-radius-4);
border-radius: 0 var(--scl-radius-4) var(--scl-radius-4) 0;
}

duet-date-picker .duet-date__toggle:focus {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2345728

Please sign in to comment.