68346: Hover drag-handle + alignment fix

This commit is contained in:
Kristof De Langhe
2020-02-05 11:45:17 +01:00
parent 246343d175
commit ce5547db4b
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
} }
} }
.bitstream-row:hover .drag-handle { :host ::ng-deep .bitstream-row:hover .drag-handle {
visibility: visible !important; visibility: visible !important;
} }

View File

@@ -6,7 +6,7 @@
</div> </div>
</div> </div>
<div class="col-2 col-sm-3 row-element d-flex align-items-center"> <div class="col-2 col-sm-3 row-element d-flex align-items-center">
<div class="text-center w-100"> <div class="w-100">
{{ bitstream.description }} {{ bitstream.description }}
</div> </div>
</div> </div>