summaryrefslogtreecommitdiff
path: root/www/wiki/resources/src/mediawiki.rcfilters/styles/mw.rcfilters.ui.CapsuleItemWidget.monobook.less
blob: 04e5efe05ee07dc116244a74c8b82d6261284fb0 (plain)
1
2
3
4
5
6
7
8
9
.mw-rcfilters-ui-capsuleItemWidget {
	.oo-ui-buttonElement {
		// Override the vertical align for the close button
		// for some unknown reason, this rule, in combination
		// with the negative margin-top rule, pushes all the
		// close buttons up above the capsule item.
		vertical-align: baseline;
	}
}