Simplify the app grid filter to basic dropdowns for now
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user