We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41eafd7 commit 63ee5f5Copy full SHA for 63ee5f5
sambreville/src/scss/divers.scss
@@ -200,7 +200,9 @@ input#search_button {
200
#subsite-navigation > ul > li > a:focus-visible::before,
201
#subsite-navigation > ul > li > a:hover::before,
202
#subsite-navigation > ul > li > a:active::before,
203
-#subsite-navigation > ul > li.show-nav > a::before {
+#subsite-navigation > ul > li.show-nav > a::before,
204
+#subsite-navigation > ul > li.current > a::before,
205
+#subsite-navigation > ul > li.inPath > a::before {
206
content: "";
207
background-color: $primary;
208
bottom: -18px;
0 commit comments