Revert "Initial attempt to show tags on the apps if any"
This reverts commit f3baf31dcd.
This commit is contained in:
@@ -314,28 +314,6 @@ h1, h2, h3 {
|
||||
}
|
||||
}
|
||||
|
||||
.grid-item-tags {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 26px;
|
||||
left: -15px;
|
||||
|
||||
.grid-item-tag {
|
||||
margin: 5px 0;
|
||||
padding: 0 5px;
|
||||
background-color: $navbar-default-link-hover-color;
|
||||
border-radius: 2px;
|
||||
color: white;
|
||||
max-width: 60px;
|
||||
overflow: hidden;
|
||||
transition: all 250ms;
|
||||
|
||||
&:hover {
|
||||
max-width: 200px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.grid-item:hover .grid-item-actions {
|
||||
opacity: 1;
|
||||
right: 10px;
|
||||
|
||||
Reference in New Issue
Block a user