X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c7a9e4c678b5d71b71767513304a201588052a5c..905f7fa0606b3218402df703ffac8bf6f825dde1:/src/wolnelektury/static/scss/main/base.scss diff --git a/src/wolnelektury/static/scss/main/base.scss b/src/wolnelektury/static/scss/main/base.scss index 3d1097f81..48c63febb 100755 --- a/src/wolnelektury/static/scss/main/base.scss +++ b/src/wolnelektury/static/scss/main/base.scss @@ -176,15 +176,13 @@ ul.plain { border-bottom-right-radius: 4px; } } - .active { - > a, span { - &, &:hover, &:focus { - z-index: 2; - color: #fff; - cursor: default; - background-color: #337ab7; - border-color: #337ab7; - } + .current { + &, &:hover, &:focus { + z-index: 2; + color: #fff; + cursor: default; + background-color: #337ab7; + border-color: #337ab7; } } .disabled {