(css) Force background-color of .md-button:hover

pull/186/head
Francis Lachapelle 2015-12-21 12:03:23 -05:00
parent c08f507dbf
commit d8f5673a14
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@ md-card {
&.sg-icon-button:last-of-type {
margin: 0 $baseline-grid * .5;
}
&:hover {
// When using ui-sref from ui-router, buttons become links and the background becomes grey
// when the cursor is over the button. We force the normal behaviour of buttons.
background-color: transparent;
}
}
}