Update border width transition hack

Upstream was reduced from 4px to 2px so reflect that here.

Change-Id: Id8990d15b9fbd4207648c5c93492fb37e5fdab5e
This commit is contained in:
Ed Sanders 2015-03-30 14:40:17 +01:00
parent 4b2ee8f310
commit 8c0122a2d5

View file

@ -38,10 +38,10 @@
}
.ve-init-mw-viewPageTarget-toolbar > .oo-ui-toolbar-bar {
/* Upstream OOjs UI has 4px. We split this between 3px here
/* Upstream OOjs UI has 2px. We split this between 1px here
and 1px on the container to allow a smooth collapse transition
where the bottom pixel line sweeps it up. */
border-bottom: 3px solid rgba(0,0,0,0.15);
border-bottom: 1px solid rgba(0,0,0,0.15);
}
.ve-ui-debugBar {