Fixes error with dropdown-menu always opened.
This commit is contained in:
parent
96d07176b4
commit
6ac8eb2640
|
@ -85,16 +85,20 @@ body.loading-content main:before {
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Bootstrao dropdown item
|
// Bootstrap dropdown item
|
||||||
.dropdown-menu {
|
.dropdown {
|
||||||
padding: 0;
|
.dropdown-menu {
|
||||||
|
padding: 0;
|
||||||
.dropdown-item {
|
&:not(.show) {
|
||||||
border-radius: 0 !important;
|
display: none;
|
||||||
}
|
}
|
||||||
.menu-item-has-children .dropdown-toggle {
|
.dropdown-item {
|
||||||
padding-left: 1.25rem !important;
|
border-radius: 0 !important;
|
||||||
padding-right: 1rem !important;
|
}
|
||||||
|
.menu-item-has-children .dropdown-toggle {
|
||||||
|
padding-left: 1.25rem !important;
|
||||||
|
padding-right: 1rem !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue