File tree 2 files changed +19
-2
lines changed 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ export default function NavbarWrapper(props) {
81
81
< a className = { styles . nav_link } href = "https://tracker.moodle.org" > < span > Tracker</ span > </ a >
82
82
</ li >
83
83
< li >
84
- < a className = { styles . nav_link } href = "https://moodledev.io/" > < span > Development</ span > </ a >
84
+ < a className = { styles . nav_link } href = "https://moodledev.io/" > < span className = { styles . active } > Development</ span > </ a >
85
85
</ li >
86
86
< li >
87
87
< a className = { styles . nav_link } href = "https://lang.moodle.org" > < span > Translation</ span > </ a >
@@ -121,7 +121,8 @@ export default function NavbarWrapper(props) {
121
121
className = { styles . nav_link }
122
122
type = "button"
123
123
onClick = { ( ) => openMenu ( 'waffle_menu' ) }
124
- aria-label = "Toggle sites menu"
124
+ aria-label = "Other Moodle Sites"
125
+ title = "Other Moodle Sites"
125
126
>
126
127
< i className = { styles . fa_waffle } />
127
128
</ button >
Original file line number Diff line number Diff line change 186
186
padding-left : 0.5rem ;
187
187
background : none !important ;
188
188
border : 0 !important ;
189
+ text-decoration : none;
190
+ }
191
+ .moodlesitestopnavbar .nav_link span {
192
+ height : 22px ;
193
+ }
194
+ .moodlesitestopnavbar .nav_link span .active ,
195
+ .moodlesitestopnavbar .nav_link : hover span .active {
196
+ color : # 194866 ;
197
+ border-bottom : 3px solid # f98012 ;
198
+ height : 25px ;
199
+ }
200
+
201
+ .moodlesitestopnavbar .nav_link : hover span {
202
+ color : # 000000 ;
203
+ border-bottom : 3px solid # f98012 ;
204
+ height : 25px ;
189
205
}
190
206
191
207
.moodlesitestopnavbar .mobile_menu {
You can’t perform that action at this time.
0 commit comments