Merge "Adjust mark as read icon size"

This commit is contained in:
jenkins-bot 2016-02-19 20:09:54 +00:00 committed by Gerrit Code Review
commit 09334deed3

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 {