Commit 30215e8d authored by Sean Roberts's avatar Sean Roberts

Make more/less on the selection text body the same font family as the selection text

parent b478a368
...@@ -10,12 +10,12 @@ ...@@ -10,12 +10,12 @@
<span class="excerpt__toggle-link" ng-show="vm.isExpandable()"> <span class="excerpt__toggle-link" ng-show="vm.isExpandable()">
<a ng-click="vm.toggle($event)" <a ng-click="vm.toggle($event)"
title="Show the full excerpt" title="Show the full excerpt"
h-branding="accentColor">More</a> h-branding="accentColor, selectionFontFamily">More</a>
</span> </span>
<span class="excerpt__toggle-link" ng-show="vm.isCollapsible()"> <span class="excerpt__toggle-link" ng-show="vm.isCollapsible()">
<a ng-click="vm.toggle($event)" <a ng-click="vm.toggle($event)"
title="Show the first few lines only" title="Show the first few lines only"
h-branding="accentColor">Less</a> h-branding="accentColor, selectionFontFamily">Less</a>
</span> </span>
</div> </div>
</div> </div>
......
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