Fix "Compare selected revisions" button padding

Applies the .mw-ui-button() mixin to the button.

Bug: T225768
Change-Id: If12db58c640ac6deb970e81eed55ef8290443a71
This commit is contained in:
edderso 2019-07-30 21:59:17 +01:00
parent fd38627869
commit 08a49e450c
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@
// "Compare selected revisions" button
.mw-history-compareselectedversions-button {
.mw-ui-button();
.mw-ui-button-colors-primary( @colorProgressive, @colorProgressiveHighlight, @colorProgressiveActive );
width: 100%;
max-width: 100%;