DLynch has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281456

Change subject: Give the active link annotation inline-block
......................................................................

Give the active link annotation inline-block

This fixes an issue where cursoring into a link that is at the start of a line
would prevent cursoring down past that link without first moving the cursor
back/forward on the line.

Bug: T126487
Change-Id: I78ca0658e7ac0c771fbf35fecf673b6004cd0ef8
---
M src/ce/styles/annotations/ve.ce.LinkAnnotation.css
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/VisualEditor/VisualEditor 
refs/changes/56/281456/1

diff --git a/src/ce/styles/annotations/ve.ce.LinkAnnotation.css 
b/src/ce/styles/annotations/ve.ce.LinkAnnotation.css
index 607ce8c..56ec87c 100644
--- a/src/ce/styles/annotations/ve.ce.LinkAnnotation.css
+++ b/src/ce/styles/annotations/ve.ce.LinkAnnotation.css
@@ -10,6 +10,7 @@
        padding: 2px;
        margin: -2px;
        background-color: #E6F1FF;
+       display: inline-block;
 }
 
 .ve-ce-nail:not( .ve-ce-nail-debug ) {

-- 
To view, visit https://gerrit.wikimedia.org/r/281456
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I78ca0658e7ac0c771fbf35fecf673b6004cd0ef8
Gerrit-PatchSet: 1
Gerrit-Project: VisualEditor/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: DLynch <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to