Correct CSS selector for rollback link

Bug: T230656
Change-Id: I42cab21148e4583a6c8d7d05eebf03e63e1e74e3
This commit is contained in:
jdlrobson 2019-08-19 14:48:04 -07:00 committed by Jdlrobson
parent 04998facb8
commit f0197f9492

View file

@ -124,7 +124,7 @@ ul.mw-contributions-list li > * {
/** /**
* Button style rollback link, visible to admins. * Button style rollback link, visible to admins.
*/ */
.mw-rollback-link { a.mw-rollback-link {
.mw-ui-button(); .mw-ui-button();
font-size: @taglineFontSize; font-size: @taglineFontSize;
float: left; float: left;