Fix MonoBook orange banner hover styles

Follow-up to 2583f803c3.

Bug: T284496
Change-Id: Ib476d28fc2a89a7722b6218a5fe557157c863d7d
This commit is contained in:
Bartosz Dziewoński 2021-06-08 19:53:03 +02:00
parent 6ccbea0d5a
commit f2da1ff813

View file

@ -1,3 +1,4 @@
#pt-mytalk a.mw-echo-alert:hover {
// The id selector is required to increase specificity.
#pt-talk-alert a.mw-echo-alert:hover {
background-color: #fab951;
}