mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add more link icons
This commit is contained in:
@@ -40,6 +40,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||
var anchor_nav_els = [];
|
||||
|
||||
if (anchors_el && anchor_links_el.length > 0) {
|
||||
anchors_el.classList.add('is-active');
|
||||
var anchors_el_list = anchors_el.querySelector('.bd-anchors-list');
|
||||
|
||||
anchor_links_el.forEach(function (el, index) {
|
||||
|
||||
Reference in New Issue
Block a user