Esanders has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/338103 )
Change subject: DiffElement: Use important background colours to force override
......................................................................
DiffElement: Use important background colours to force override
e.g. On table cells with a background colour.
Change-Id: I8eefb35eb21dfe0c51b3465420ec81ee385b49db
---
M src/ui/styles/elements/ve.ui.DiffElement.css
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/VisualEditor/VisualEditor
refs/changes/03/338103/1
diff --git a/src/ui/styles/elements/ve.ui.DiffElement.css
b/src/ui/styles/elements/ve.ui.DiffElement.css
index 2b31f7b..dbb063e 100644
--- a/src/ui/styles/elements/ve.ui.DiffElement.css
+++ b/src/ui/styles/elements/ve.ui.DiffElement.css
@@ -20,14 +20,14 @@
/* -change-insert will have a different background color eventually */
.ve-ui-diffElement-insert,
.ve-ui-diffElement-change-insert {
- background-color: #7fd7c4;
+ background-color: #7fd7c4 !important; /* stylelint-disable-line
declaration-no-important */
box-shadow: 0 0 0 0.1em #7fd7c4;
}
/* -change-remove may not be visible eventually */
.ve-ui-diffElement-remove,
.ve-ui-diffElement-change-remove {
- background-color: #e88e89;
+ background-color: #e88e89 !important; /* stylelint-disable-line
declaration-no-important */
box-shadow: 0 0 0 0.1em #e88e89;
}
--
To view, visit https://gerrit.wikimedia.org/r/338103
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8eefb35eb21dfe0c51b3465420ec81ee385b49db
Gerrit-PatchSet: 1
Gerrit-Project: VisualEditor/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Esanders <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits