(css) Improve sg-droppable-over for Firefox

pull/27/merge
Francis Lachapelle 2016-08-08 12:06:31 -04:00
parent 4c9060abaa
commit 0fee8ad691
1 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
.sg-droppable-over {
@extend .md-whiteframe-3dp;
background-color: #fff;
cursor: pointer;
background-color: #fff !important;
.md-button:not([disabled]):hover {
background-color: initial;
}
}