diff --git a/pages/_data/libs.json b/pages/_data/libs.json index da96e90ff..7edbc55b7 100644 --- a/pages/_data/libs.json +++ b/pages/_data/libs.json @@ -3,7 +3,7 @@ "jquery", "bootstrap" ], "js": { - "jquery": "jquery/dist/jquery.min.js", + "jquery": "jquery/dist/jquery.slim.min.js", "bootstrap": "bootstrap/dist/js/bootstrap.bundle.min.js", "autosize": "autosize/dist/autosize.min.js", "imask": "imask/dist/imask.min.js", diff --git a/scss/layout/_layout.scss b/scss/layout/_layout.scss index af8c73653..c666553da 100644 --- a/scss/layout/_layout.scss +++ b/scss/layout/_layout.scss @@ -36,7 +36,7 @@ $sidenav-folded-item-height: 3.5rem; width: $sidenav-width; > .sidebar-nav-link { - color: #fff; + color: #ffffff; > span { display: block; @@ -67,7 +67,7 @@ $sidenav-folded-item-height: 3.5rem; height: 1.125rem; } - >span { + > span { display: none; } @@ -340,12 +340,13 @@ Sidebar menu &:hover { background-color: rgba(#fff, .02); text-decoration: none; - color: #fff !important; + color: #ffffff !important; + cursor: pointer !important; } &.active { opacity: 1; - color: #fff; + color: #ffffff; box-shadow: inset 3px 0 $primary; background-color: rgba(#fff, .01); }