Merge "Highlight revisions from the same user"

This commit is contained in:
jenkins-bot 2018-11-22 14:37:31 +00:00 committed by Gerrit Code Review
commit bebfbd788b

View file

@ -49,6 +49,7 @@
height: 100%;
width: 100%;
border-left: 1px solid #fff;
box-sizing: border-box;
.mw-revslider-revision-old & {
border-bottom: 2px solid @old;
@ -60,7 +61,7 @@
.mw-revslider-revision-highlight & {
border: 1px solid #72777d;
background-color: #989898;
background-color: #7f7f7f;
}
}