Some visual improvements to the list view
This commit is contained in:
@@ -366,9 +366,25 @@ textarea {
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.app-list-app-link-cell {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.app-list-item-fqdn {
|
||||
visibility: hidden;
|
||||
color: $text-muted;
|
||||
margin-left: 20px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
&:hover .app-list-item-fqdn {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.app-list-app-link {
|
||||
display: block;
|
||||
color: $text-dark;
|
||||
padding: 8px;
|
||||
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
|
||||
Reference in New Issue
Block a user