DLynch has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/364202 )

Change subject: DiffElement: hide strikethrough on hover
......................................................................

DiffElement: hide strikethrough on hover

Bug: T170133
Change-Id: I7f89deb4252011ddd58c716ec785aacc078c0775
---
M src/ui/styles/elements/ve.ui.DiffElement.css
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/VisualEditor/VisualEditor 
refs/changes/02/364202/1

diff --git a/src/ui/styles/elements/ve.ui.DiffElement.css 
b/src/ui/styles/elements/ve.ui.DiffElement.css
index 65a89f8..274d6eb 100644
--- a/src/ui/styles/elements/ve.ui.DiffElement.css
+++ b/src/ui/styles/elements/ve.ui.DiffElement.css
@@ -99,6 +99,9 @@
 del[data-diff-action='remove'] {
        text-decoration: line-through;
 }
+del[data-diff-action='remove']:hover {
+       text-decoration: none;
+}
 
 [data-diff-action='insert'] [rel='ve:Comment'],
 [data-diff-action='remove'] [rel='ve:Comment'],

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7f89deb4252011ddd58c716ec785aacc078c0775
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