Skip to content

Commit 6166397

Browse files
fix: product switcher double-highlight on hover in Safari (#5628)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 47aa1a0 commit 6166397

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

fern/assets/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,12 @@ h1, h2, h3 {
126126
max-width: 320px;
127127
margin: -0.75rem;
128128
position: relative;
129+
outline: none;
129130

130131
.fern-selection-item{
131132
border-radius: 1rem;
133+
border-color: transparent;
134+
outline: none;
132135
}
133136

134137
}
@@ -163,6 +166,7 @@ h1, h2, h3 {
163166
> a[href*="openrpc"],
164167
> a[href*="grpc"],
165168
> a[href*="ferndef"] {
169+
align-self: start;
166170
.fern-selection-item-subtitle {
167171
display: none;
168172
}

0 commit comments

Comments
 (0)