Replace action button dropdown with simple button to app details view

This commit is contained in:
Johannes Zellner
2021-04-07 10:22:21 +02:00
parent dbeb523882
commit ab1d3f41fa
2 changed files with 6 additions and 15 deletions
+3 -2
View File
@@ -313,11 +313,12 @@ textarea {
}
.grid-item-dropdown {
width: 50px;
border: none;
float: right;
&:hover {
background-color: rgba(255, 255, 255, 0.5);
background-color: rgba(255, 255, 255, 0.3);
color: $brand-primary;
}
}
}