Merge pull request #6042 from jitendra-webkul/master

Admin left nav ui issue fixed
This commit is contained in:
Jitendra Singh 2022-03-16 15:04:54 +05:30 committed by GitHub
commit d82e6802da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/js/admin.js": "/js/admin.js?id=7d73f64f6f160ecd8a23",
"/css/admin.css": "/css/admin.css?id=c541338bb74772040a29"
"/css/admin.css": "/css/admin.css?id=749ae9fa621bac0feb71"
}

View File

@ -43,7 +43,7 @@
ul.menubar {
li.menu-item {
>a {
> a {
padding: 5px 2px;
display: block;
color: $black;
@ -759,7 +759,6 @@
}
.rtl.dark-mode {
.navbar-left {
background-color: $dark-bg;
border-right: 1px solid $dark-bg;
@ -767,7 +766,7 @@
ul.menubar {
li.menu-item {
>a {
> a {
padding: 5px 2px;
display: block;
color: $black;

View File

@ -14,7 +14,7 @@ body {
}
.padding-container-navbar-expand {
padding-left: 200px !important;
padding-left: 210px !important;
}
.rtl {
@ -24,7 +24,7 @@ body {
}
.padding-container-navbar-expand {
padding-right: 200px !important;
padding-right: 210px !important;
padding-left: 0px !important;
}
}
@ -217,11 +217,13 @@ body {
> a {
color: $black;
width: 100%;
display: block;
.icon {
display: inline-block;
vertical-align: middle;
transform: scale(0.7);
margin-left: 3px;
}
.menu-label {
@ -307,7 +309,8 @@ body {
position: fixed;
bottom: 0;
background-color: $white;
width: 56px;
width: 55px;
text-align: center;
}
&.open {

View File

@ -67,7 +67,6 @@
<script>
$(document).ready(function () {
$(".menubar-anchor").click(function() {
if ( $(this).parent().attr('class') == 'menu-item active' ) {
$(this).parent().removeClass('active');