X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/190ea6f071ad6ef7b03aa146e5d07d15968eaf2b..HEAD:/src/wolnelektury/static/scss/book_text/settings.scss?ds=sidebyside diff --git a/src/wolnelektury/static/scss/book_text/settings.scss b/src/wolnelektury/static/scss/book_text/settings.scss index cd6997c40..3ffe0f434 100644 --- a/src/wolnelektury/static/scss/book_text/settings.scss +++ b/src/wolnelektury/static/scss/book_text/settings.scss @@ -45,4 +45,11 @@ #settings-line-numbers span {@include switch-off;} } +#settings-references { + display: none; + span {@include switch-on;} + .no-references { + #settings-references span {@include switch-off;} + } +}