diff --git a/modules/ve-mw/ui/styles/widgets/ve.ui.MWTransclusionOutlineWidget.less b/modules/ve-mw/ui/styles/widgets/ve.ui.MWTransclusionOutlineWidget.less index 5e6a6040d5..3bbad4043c 100644 --- a/modules/ve-mw/ui/styles/widgets/ve.ui.MWTransclusionOutlineWidget.less +++ b/modules/ve-mw/ui/styles/widgets/ve.ui.MWTransclusionOutlineWidget.less @@ -79,7 +79,7 @@ background-color: @selected-shading; &:hover { - background-color: @selected-shading; + background-color: @hover-shading; color: @selected-text-color; } } @@ -148,11 +148,13 @@ color: @on-click-text-color; } - &.ve-ui-mwTransclusionOutlineParameterWidget-activePage, - &.ve-ui-mwTransclusionOutlineParameterWidget-activePage:hover, - &.ve-ui-mwTransclusionOutlineParameterWidget-activePage.oo-ui-optionWidget-highlighted { + &.ve-ui-mwTransclusionOutlineParameterWidget-activePage { background-color: @selected-shading; - color: @selected-text-color; + + &, + &.oo-ui-optionWidget-highlighted { + color: @selected-text-color; + } } &.oo-ui-optionWidget-highlighted {