Disable button hover effect when in edit mode

This commit is contained in:
Martin Müller 2017-11-04 12:01:51 +01:00
parent a6a1b04a8e
commit 5068488386

View File

@ -180,6 +180,10 @@ nav .extra > a {
margin: 5px;
}
.sound.edit a:hover {
box-shadow: inset -5px -5px 5px rgba(0, 0, 0, 0.6);
}
.table-row {
display: table-row;
}