mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-01 02:46:46 +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 {
|
> .oo-ui-buttonElement-button {
|
||||||
border-radius: none;
|
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