Adjust mark as read icon size

Bug: T124025
Change-Id: I9b6e86e3cf59c8a6fbeb06c894d5d180c9bf467f
This commit is contained in:
Justin Du 2016-01-19 13:45:19 -06:00 committed by Catrope
parent 4b316438a5
commit 3b12d96449

View file

@ -143,6 +143,13 @@
font-size: 0.8em;
margin-top: 0;
}
.oo-ui-iconElement-icon {
// We have to override oojs-i's width/height,
// which uses a very specific selector
width: 1.7em !important;
height: 1.7em !important;
}
}
&-initiallyUnseen {