Temporary fix for card delete button position

Signed-off-by: Marin Treselj <marin@pixelipo.com>
This commit is contained in:
Marin Treselj
2017-05-31 22:44:44 +02:00
parent 2f73f0492b
commit 2cb151ba02

View File

@@ -261,6 +261,7 @@ button.button-inline:hover {
margin-left: auto; margin-left: auto;
display: flex; display: flex;
opacity: 0.25; opacity: 0.25;
padding-right: 0;
} }
.stack h2:hover button { .stack h2:hover button {
@@ -852,7 +853,7 @@ button.button-inline:hover {
width: 320px; width: 320px;
display: inline-block; display: inline-block;
} }
.stack h2 .stack-actions { .stack h2 button {
display: none; display: none;
} }
} }