Skip to content

Commit

Permalink
Revert "add border to AnglePicker active state"
Browse files Browse the repository at this point in the history
This reverts commit ecccc61.
  • Loading branch information
chad1008 committed Nov 21, 2022
1 parent 78827c2 commit 3c4c1a9
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const CircleRoot = styled.div`
box-sizing: border-box;
cursor: grab;
height: ${ CIRCLE_SIZE }px;
overflow: hidden;
width: ${ CIRCLE_SIZE }px;
`;

Expand All @@ -41,15 +42,10 @@ export const CircleIndicatorWrapper = styled.div`
position: relative;
width: 100%;
height: 100%;
border-radius: 50%;
:focus-visible {
outline: none;
}
:active {
outline: ${ COLORS.ui.themeDark10 } auto 1px;
}
`;

export const CircleIndicator = styled.div`
Expand Down

0 comments on commit 3c4c1a9

Please sign in to comment.