Merge "Override footer buttons hover color in Modern"

This commit is contained in:
jenkins-bot 2015-10-09 06:29:22 +00:00 committed by Gerrit Code Review
commit 8feb8212ce

View file

@ -10,4 +10,9 @@ body #p-personal {
> .oo-ui-buttonElement-button {
border-radius: none;
}
// Popup buttons
.oo-ui-buttonElement-button:hover {
// In modern, the hover color is white, which is unhelpful.
color: #666666;
}
}