Skip to content

Commit 63ee5f5

Browse files
committed
Theme Sambreville - Menu actif
1 parent 41eafd7 commit 63ee5f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sambreville/src/scss/divers.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,9 @@ input#search_button {
200200
#subsite-navigation > ul > li > a:focus-visible::before,
201201
#subsite-navigation > ul > li > a:hover::before,
202202
#subsite-navigation > ul > li > a:active::before,
203-
#subsite-navigation > ul > li.show-nav > a::before {
203+
#subsite-navigation > ul > li.show-nav > a::before,
204+
#subsite-navigation > ul > li.current > a::before,
205+
#subsite-navigation > ul > li.inPath > a::before {
204206
content: "";
205207
background-color: $primary;
206208
bottom: -18px;

0 commit comments

Comments
 (0)