File tree 2 files changed +6
-2
lines changed
src/pydata_sphinx_theme/assets/styles
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -197,6 +197,7 @@ corresponds to the section in the docs that the user is currently reading.
197
197
> .dropdown-toggle {
198
198
border-radius : 2px ;
199
199
color : var (--pst-color-text-muted );
200
+ font-weight : 700 ;
200
201
201
202
& :hover {
202
203
background-color : var (--pst-color-header-link-hover-bg );
@@ -207,7 +208,7 @@ corresponds to the section in the docs that the user is currently reading.
207
208
& :focus {
208
209
box-shadow : none ; // override Bootstrap
209
210
outline : 3px solid var (--pst-color-accent );
210
- outline-offset : 2 px ;
211
+ outline-offset : 3 px ;
211
212
212
213
& :not (:hover ) {
213
214
background-color : var (--pst-color-accent-bg );
@@ -235,6 +236,9 @@ corresponds to the section in the docs that the user is currently reading.
235
236
left : 0 ;
236
237
border-bottom : 3px solid var (--pst-color-primary );
237
238
}
239
+ & :hover ::after {
240
+ display : none ;
241
+ }
238
242
}
239
243
}
240
244
}
Original file line number Diff line number Diff line change 84
84
}
85
85
86
86
li .pst-header-nav-item {
87
- margin-inline : 4 px ; // breathing room so hover, focus styles do not overlap
87
+ margin-inline : 5 px ; // breathing room so hover, focus styles do not overlap
88
88
& :first-child {
89
89
margin-inline-start : 0 ;
90
90
}
You can’t perform that action at this time.
0 commit comments