mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 16:28:51 +00:00
(css) Force background-color of .md-button:hover
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user