Skip to content

Commit

Permalink
Merge pull request #102 from Extum/tags
Browse files Browse the repository at this point in the history
Fix for tag dropdown
  • Loading branch information
ardacebi authored Jul 28, 2018
2 parents 3647d45 + 581a01e commit f3b9058
Showing 1 changed file with 44 additions and 20 deletions.
64 changes: 44 additions & 20 deletions resources/less/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,50 @@
background: #F5F5F5;
}

li.item-allDiscussions.active, li.item-following.active, li.item-tags.active {
padding-left: 10px;
}

li.item-following, li.item-allDiscussions, li.item-tags {
padding-left: 10px;
}

.Form--centered .Button {
margin: 0 auto;
text-align: center;
font-size: 15px;
padding: 0px 0px;
height: 35px;
}

li.item-tag1, li.item-tag2, li.item-tag3, li.item-tag4, li.item-tag5, li.item-tag6, li.item-tag7, li.item-tag8, li.item-tag9, li.item-tag10, li.item-tag11, li.item-tag12, li.item-tag13, li.item-tag14, li.item-tag15, li.item-tag16, li.item-tag17, li.item-tag18, li.item-tag19, li.item-tag20 {
padding-left: 10px;
}

.sideNav .Dropdown--select .Dropdown-menu {
display: block;
margin: 0;
padding: 0;
float: none;
background: none;
transition: all .3s cubic-bezier(.25, .8, .25, 1);
}

.sideNav .Dropdown--select .Dropdown-menu>.Dropdown-separator {
background: #e5e7f6;
visibility: hidden;
height: 0px;
width: 0px;
}

.sideNav .Dropdown--select .Dropdown-menu>li>a .Button-icon {
float: left;
margin-left: -30px;
margin-top: 1px;
font-size: 15px;
border-radius: 2px;
}

.Form--centered .Button {
margin: 0 auto;
text-align: center;
Expand Down Expand Up @@ -359,18 +403,6 @@ input.Button[type="submit"] {
margin-left: -1px;
}

.sideNav .Dropdown--select .Dropdown-menu {
display: block;
margin: 0;
padding: 0;
float: none;
background: none;
transition: all .3s cubic-bezier(.25, .8, .25, 1);
}

.sideNav .Dropdown--select .Dropdown-menu:hover {
}

.DiscussionListItem-author {
float:left;
margin-top:13px;
Expand Down Expand Up @@ -663,14 +695,6 @@ filter: grayscale(40%);
cursor: pointer;
}

.sideNav .Dropdown--select .Dropdown-menu>.Dropdown-separator {
background: #e5e7f6;
}

.Dropdown-separator {
margin: 8px 0;
height: 1px;
}
.TagCloud a {
margin-bottom: 5px;
border-radius: 11px;
Expand Down

0 comments on commit f3b9058

Please sign in to comment.