Skip to content

Commit

Permalink
feat: change focus paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasdano committed Dec 18, 2024
1 parent fd174f5 commit 10ea460
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
}

.emotion-1[data-orientation='horizontal'] [role='tab']:after {
inset: -8px -12px;
inset: -3px -8px;
}

.emotion-1[data-orientation='horizontal'] [role='tab'][data-selected] {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
}

.emotion-1[data-orientation='horizontal'] [role='tab']:after {
inset: -8px -12px;
inset: -3px -8px;
}

.emotion-1[data-orientation='horizontal'] [role='tab'][data-selected] {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
}

.emotion-1[data-orientation='horizontal'] [role='tab']:after {
inset: -8px -12px;
inset: -3px -8px;
}

.emotion-1[data-orientation='horizontal'] [role='tab'][data-selected] {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
}

.emotion-2[data-orientation='horizontal'] [role='tab']:after {
inset: -8px -12px;
inset: -3px -8px;
}

.emotion-2[data-orientation='horizontal'] [role='tab'][data-selected] {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
}

.emotion-1[data-orientation='horizontal'] [role='tab']:after {
inset: -8px -12px;
inset: -3px -8px;
}

.emotion-1[data-orientation='horizontal'] [role='tab'][data-selected] {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const containerStyles = (sx?: CSSObject) => (theme: Theme) =>
}
[role='tab']:after {
inset: -8px -12px;
inset: -3px -8px;
}
[role='tab'][data-selected] {
Expand Down

0 comments on commit 10ea460

Please sign in to comment.