Commit 8ff948a7 by Kyle Fiedler

Highlight speed after clicked

--HG--
branch : kf-highlight-speed
parent c4cebb4f
...@@ -165,6 +165,10 @@ section.course-content { ...@@ -165,6 +165,10 @@ section.course-content {
li { li {
cursor: pointer; cursor: pointer;
@include inline-block(); @include inline-block();
&.active {
font-weight: bold;
}
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment