Skip to content

Commit

Permalink
chore(components): update language-option styles
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschuerch committed Feb 14, 2025
1 parent b586e20 commit 510f487
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ post-language-option {
height: 100%;
width: 100%;
border-radius: 2px;
text-transform: inherit;
@include utilities-mx.focus-style;
}

Expand All @@ -44,6 +43,7 @@ post-language-option {
:is(a, button) {
padding-inline: 0;
width: 40px;
text-transform: uppercase;
}
}
}
Expand All @@ -59,5 +59,11 @@ post-language-option {
left: -1px;
width: calc(100% + 2px);
}

&:where(:not([type]), [type='language']) {
:is(a, button) {
text-transform: uppercase;
}
}
}
}

0 comments on commit 510f487

Please sign in to comment.