Skip to content

Commit 287a86c

Browse files
committed
Theme Sambreville - Menu
1 parent 12243e6 commit 287a86c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

sambreville/src/scss/divers.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,3 +195,14 @@ input#search_button {
195195
}
196196
}
197197
}
198+
//Menu
199+
#subsite-navigation > ul > li > a:focus::before,
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 {
204+
background-color: $primary;
205+
bottom: -18px;
206+
height: 5px;
207+
border-radius: 10px;
208+
}

0 commit comments

Comments
 (0)