Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2014-02-28 12:16:35 +0000
committerCamille Letavernier2014-02-28 12:16:35 +0000
commit9fc8acd1f3d122728b165de76e601af416e6e6d0 (patch)
treecfead6057c1cd3435b9e832b92fe7ae23f3ca3c3
parent806181b3c1859155ffab003e55c150e9a95cba5d (diff)
downloadorg.eclipse.papyrus-9fc8acd1f3d122728b165de76e601af416e6e6d0.tar.gz
org.eclipse.papyrus-9fc8acd1f3d122728b165de76e601af416e6e6d0.tar.xz
org.eclipse.papyrus-9fc8acd1f3d122728b165de76e601af416e6e6d0.zip
417396: [CSS] The CSS Engine shall support label visibility & mask0.10.2_RC5
https://bugs.eclipse.org/bugs/show_bug.cgi?id=417396 - Fix default CSS Theme for Label element icons
-rw-r--r--plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/theme/papyrus_theme.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/theme/papyrus_theme.css b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/theme/papyrus_theme.css
index 8e651a55605..6ac50b4d5c2 100644
--- a/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/theme/papyrus_theme.css
+++ b/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/theme/papyrus_theme.css
@@ -123,3 +123,6 @@ ParametricDiagram [appliedStereotypes~=ConstraintProperty] {
elementIcon:false;
}
+Label {
+ elementIcon: false;
+}

Back to the top