mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
Update border width transition hack
Upstream was reduced from 4px to 2px so reflect that here. Change-Id: Id8990d15b9fbd4207648c5c93492fb37e5fdab5e
This commit is contained in:
parent
4b2ee8f310
commit
8c0122a2d5
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue