jenkins-bot has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/348402 )
Change subject: Fix styling of table context in MW theme
......................................................................
Fix styling of table context in MW theme
Bug: T162830
Change-Id: I4595e01c642f27f38f0a9f4c275a3789dc9a0b37
---
M src/ui/styles/contextitems/ve.ui.TableLineContextItem.css
1 file changed, 10 insertions(+), 1 deletion(-)
Approvals:
jenkins-bot: Verified
Jforrester: Looks good to me, approved
diff --git a/src/ui/styles/contextitems/ve.ui.TableLineContextItem.css
b/src/ui/styles/contextitems/ve.ui.TableLineContextItem.css
index 5ea76cd..d90c0d0 100644
--- a/src/ui/styles/contextitems/ve.ui.TableLineContextItem.css
+++ b/src/ui/styles/contextitems/ve.ui.TableLineContextItem.css
@@ -8,7 +8,16 @@
display: block;
}
-.ve-ui-tableLineContextItem-actionButton .oo-ui-buttonElement-button {
+.ve-ui-tableLineContextItem-actionButton.oo-ui-labelElement.oo-ui-iconElement
> .oo-ui-buttonElement-button {
display: block;
padding: 0.5em;
}
+
+.ve-ui-tableLineContextItem-actionButton.oo-ui-iconElement >
.oo-ui-buttonElement-button > .oo-ui-iconElement-icon {
+ display: inline-block;
+ position: static;
+}
+
+.ve-ui-tableLineContextItem-actionButton.oo-ui-labelElement >
.oo-ui-buttonElement-button > .oo-ui-labelElement-label {
+ margin-left: 0.25em;
+}
--
To view, visit https://gerrit.wikimedia.org/r/348402
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I4595e01c642f27f38f0a9f4c275a3789dc9a0b37
Gerrit-PatchSet: 1
Gerrit-Project: VisualEditor/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Esanders <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits