summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2014-12-11 19:32:47 +0200
committerArtur Signell <artur@vaadin.com>2014-12-12 06:47:21 +0000
commit9927297a94edcc96ac7a653dcdc1cd4fb91951e2 (patch)
tree2e89ff94a03845abd326809cc0c2d711c650f167 /server
parente1e960f62269d09b813908bcab87be3028b15397 (diff)
downloadvaadin-framework-9927297a94edcc96ac7a653dcdc1cd4fb91951e2.tar.gz
vaadin-framework-9927297a94edcc96ac7a653dcdc1cd4fb91951e2.zip
Do not prefix generated styles (#13334)
Unprefixed styles are easier to use, are consistent with header styles and multiple styles are consistent instead of the first one being prefixed. Change-Id: I9ef7502e2e9ece33982f6bf563f95458bf6ea63d
Diffstat (limited to 'server')
-rw-r--r--server/src/com/vaadin/ui/Grid.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/server/src/com/vaadin/ui/Grid.java b/server/src/com/vaadin/ui/Grid.java
index 49c082b0b2..838829b9cc 100644
--- a/server/src/com/vaadin/ui/Grid.java
+++ b/server/src/com/vaadin/ui/Grid.java
@@ -787,10 +787,6 @@ public class Grid extends AbstractComponent implements SelectionChangeNotifier,
* Called by Grid to generate a style name for a row or cell element.
* Row styles are generated when the column parameter is
* <code>null</code>, otherwise a cell style is generated.
- * <p>
- * The returned style name is prefixed so that the actual style for
- * cells will be <tt>v-grid-cell-content-[style name]</tt>, and the row
- * style will be <tt>v-grid-row-[style name]</tt>.
*
* @param grid
* the source grid