X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d66f9960d12d739c44a89d1d4e013f52783097e7..HEAD:/src/wolnelektury/static/scss/book_text/settings.scss diff --git a/src/wolnelektury/static/scss/book_text/settings.scss b/src/wolnelektury/static/scss/book_text/settings.scss index 66bc7e4b8..3ffe0f434 100644 --- a/src/wolnelektury/static/scss/book_text/settings.scss +++ b/src/wolnelektury/static/scss/book_text/settings.scss @@ -45,8 +45,11 @@ #settings-line-numbers span {@include switch-off;} } -#settings-references span {@include switch-on;} -.no-references { - #settings-references span {@include switch-off;} +#settings-references { + display: none; + span {@include switch-on;} + .no-references { + #settings-references span {@include switch-off;} + } }