Simplify the app grid filter to basic dropdowns for now

This commit is contained in:
Johannes Zellner
2019-04-15 14:31:12 +02:00
parent 0b8e5a75f1
commit 07d4d5051a
4 changed files with 75 additions and 99 deletions
-43
View File
@@ -250,49 +250,6 @@ h1, h2, h3 {
// Apps view
// ----------------------------
.domain-header {
padding-left: 15px;
font-size: 24px;
}
.tags-sidebar {
position: absolute;
left: 10px;
top: 50px;
h1 {
font-size: 14px;
}
.tag {
display: block;
padding: 6px 10px;
margin: 0;
overflow: hidden;
color: black;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 16px;
&:hover,
&:focus,
&.tag-active {
text-decoration: none;
background-color: white;
color: black;
}
&.tag-active {
background-color: $navbar-default-link-hover-color;
color: white;
}
& > i {
width: 30px;
}
}
}
.app-grid {
display: flex;
flex-wrap: wrap;