We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12243e6 commit 287a86cCopy full SHA for 287a86c
sambreville/src/scss/divers.scss
@@ -195,3 +195,14 @@ input#search_button {
195
}
196
197
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