1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-14 04:52:36 +02:00

MDL-72802 Navigation: Active underline colour

This commit is contained in:
Luca Bösch 2021-10-13 12:08:58 +02:00
parent 9145d80b0b
commit 1f215809ec

@ -18,7 +18,7 @@
&.active {
font-weight: bold;
border-bottom: solid 3px $blue;
border-bottom: solid 3px $primary;
}
&[data-toggle="tab"] {
display: inline-flex;