recompile

This commit is contained in:
Holger Könemann 2017-01-06 20:42:48 +01:00
parent 80004d7755
commit 9816362f91
3 changed files with 0 additions and 45 deletions

View File

@ -6825,24 +6825,6 @@ a.skip-link {
.bg-inverse .dropdown-menu {
background-color: #292b2c; }
.dropdown-menu .dropdown-menu {
position: relative;
display: block;
margin-left: 10px;
border: none;
box-shadow: none; }
.dropdown-menu .dropdown-menu li {
padding-left: 0px;
list-style: square; }
.dropdown-menu .menu-item {
width: 100%; }
.dropdown-menu .menu-item a.nav-link {
margin: 0px;
padding: 0.5em 1em; }
.dropdown-menu .menu-item a.nav-link:hover {
background-color: #895cd1; }
button,
[type="button"],
[type="reset"],

2
css/theme.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -81,31 +81,6 @@ background-color:$brand-success;
background-color:$brand-inverse;
}
// Fixing BS dropdown in a dropdown
.dropdown-menu .dropdown-menu {
position: relative;
display: block;
margin-left: 10px;
border: none;
box-shadow: none;
li {
padding-left: 0px;
list-style: square;
}
}
.dropdown-menu .menu-item {
width: 100%;
a.nav-link{
margin:0px;
padding:$nav-link-padding;
}
a.nav-link:hover {
background-color: $brand-primary;
}
}
button,
[type="button"],
[type="reset"],