mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 09:40:41 +00:00
Merge "Override footer buttons hover color in Modern"
This commit is contained in:
commit
8feb8212ce
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue