]> source.dussan.org Git - vaadin-framework.git/commitdiff
Added missing NOTIFICATION_DARK (#11770)
authorTatu Lund <tatu@vaadin.com>
Mon, 28 Oct 2019 13:07:41 +0000 (15:07 +0200)
committerGitHub <noreply@github.com>
Mon, 28 Oct 2019 13:07:41 +0000 (15:07 +0200)
And corrected couple of typos

Addresses https://github.com/vaadin/framework/issues/11492

server/src/main/java/com/vaadin/ui/themes/ValoTheme.java

index 0f5a09c1b9cddfb1cf63839d352116a3a8d0d74c..3ec3b66c85e6bfe93b1c04233bf4e2bac94aa40a 100644 (file)
@@ -100,13 +100,13 @@ public class ValoTheme {
 
     /**
      * Success notification style. Adds a border around the notification and an
-     * icon next to the title. Can be combined with any other Label style.
+     * icon next to the title. Can be combined with any other Notification style.
      */
     public static final String NOTIFICATION_SUCCESS = "success";
 
     /**
      * Failure notification style. Adds a border around the notification and an
-     * icon next to the title. Can be combined with any other Label style.
+     * icon next to the title. Can be combined with any other Notification style.
      */
     public static final String NOTIFICATION_FAILURE = "failure";
 
@@ -117,6 +117,12 @@ public class ValoTheme {
      */
     public static final String NOTIFICATION_CRITICAL_ERROR = "critical-error";
 
+    /**
+     * Styles the notification to be dark variant. Can be combined with any
+     * other Notification style.
+     */
+    public static final String NOTIFICATION_DARK = "dark";
+
     /***************************************************************************
      *
      * Label styles