mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-12-01 01:06:31 +00:00
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:
parent
fd38627869
commit
08a49e450c
|
@ -127,6 +127,7 @@
|
||||||
|
|
||||||
// "Compare selected revisions" button
|
// "Compare selected revisions" button
|
||||||
.mw-history-compareselectedversions-button {
|
.mw-history-compareselectedversions-button {
|
||||||
|
.mw-ui-button();
|
||||||
.mw-ui-button-colors-primary( @colorProgressive, @colorProgressiveHighlight, @colorProgressiveActive );
|
.mw-ui-button-colors-primary( @colorProgressive, @colorProgressiveHighlight, @colorProgressiveActive );
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue