We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f1361 commit 58eccc3Copy full SHA for 58eccc3
src/components/overrides/Header.astro
@@ -48,8 +48,25 @@ import HeaderDropdowns from "../HeaderDropdowns.tsx";
48
}
49
50
:global(starlight-theme-select > label > select) {
51
- line-height: 1.25rem;
52
- }
+ line-height: 1.25rem;
+ margin: 1px 1px;
53
+ }
54
+
55
+ :global(
56
+ starlight-theme-select > label > select:focus,
57
+ starlight-theme-select > label > select:focus-visible
58
+ ) {
59
60
+ outline-offset: -4px;
61
62
63
+ :global(starlight-theme-select > label > .label-icon) {
64
+ left: 8%;
65
66
67
+ :global(starlight-theme-select > label > .caret) {
68
+ left: 75%;
69
70
71
@media screen and (min-width: 800px) {
72
#right-group {
0 commit comments