build: Enable declaration-block-no-duplicate-properties stylelint rule
[lhc/web/wiklou.git] / resources / src / mediawiki.action / mediawiki.action.edit.css
1 /*!
2 * Styles for elements of the editing form, loaded only when JavaScript is enabled.
3 */
4
5 .mw-toolbar-editbutton {
6 width: 23px;
7 height: 22px;
8 cursor: pointer;
9 vertical-align: middle;
10 /* Modern browsers */
11 display: inline-block;
12 /* IE7 */
13 zoom: 1;
14 *display: inline; /* stylelint-disable declaration-block-no-duplicate-properties */
15 }