Hide the recipe interaction buttons when displayed as a fullscreen card (as the dialogs would be behind the fullscreen card)

This commit is contained in:
Bernd Bestel
2019-09-24 10:28:42 +02:00
parent 3b29110500
commit 50e829f270
2 changed files with 8 additions and 4 deletions

View File

@@ -63,6 +63,10 @@ a.discrete-link:focus {
overflow: hidden;
}
.fullscreen-card .hide-on-fullscreen-card {
display: none;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
color: inherit;