mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-23 22:03:39 +00:00
styles: Use appropriate tag marker @border-radius-pill
token
Have falsely used the circle token for this, as it was using the same height and I thought it's a circular shape. Pill is the right one. Bug: T335932 Change-Id: I069d3a259993e01310586732829708f1a4f8b547
This commit is contained in:
parent
0dab6652e8
commit
a44c3a0652
|
@ -129,7 +129,7 @@ ul.mw-contributions-list li > * {
|
|||
box-sizing: border-box;
|
||||
height: 1.6em;
|
||||
border: @border-base;
|
||||
border-radius: @border-radius-circle;
|
||||
border-radius: @border-radius-pill;
|
||||
line-height: 1.6em;
|
||||
padding: 0 0.6em;
|
||||
vertical-align: middle;
|
||||
|
|
Loading…
Reference in a new issue