Skip to content

Commit 589336c

Browse files
authored
Merge pull request #343 from UniversityofWarwick/ID-470
ID-470 Remove hover effect from masthead navigation.
2 parents c47ca78 + f699239 commit 589336c

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

less/masthead.less

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,6 @@
164164
display: flex;
165165
}
166166

167-
&:not(:focus-within) {
168-
opacity: 0;
169-
}
170-
171-
transition: opacity 0.15s linear;
172-
transition-delay: 150ms;
173167
.small();
174168
font-size: clamp(var(--w-ref-mastheadLinksMinSize), 1.2vw, var(--w-ref-mastheadLinksMaxSize));
175169

@@ -189,8 +183,6 @@
189183
.link-colour(@gray-dark);
190184
}
191185

192-
.id7-logo-row:hover nav { .opacity(1); }
193-
194186
.id7-search-box-container when (@id7-gen-logos = 2024) {
195187
margin-top: @id7-masthead-search-offset-xs;
196188

0 commit comments

Comments
 (0)