-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Standardize Overlay style application.
Fixed Janky blur.
- Loading branch information
1 parent
766751f
commit 8b73f10
Showing
8 changed files
with
98 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
gwt-material/src/main/java/gwt/material/design/client/constants/SideNavEvents.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package gwt.material.design.client.constants; | ||
|
||
public interface SideNavEvents { | ||
|
||
String SIDE_NAV_OPENING = "side-nav-opening"; | ||
String SIDE_NAV_OPENED = "side-nav-opened"; | ||
String SIDE_NAV_CLOSING = "side-nav-closing"; | ||
String SIDE_NAV_CLOSED = "side-nav-closed"; | ||
String SIDE_NAV_OVERLAY_ATTACHED = "side-nav-overlay-attached"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 1 addition & 5 deletions
6
...rial/src/main/resources/gwt/material/design/client/resources/js/materialize-0.97.5.min.js
Large diffs are not rendered by default.
Oops, something went wrong.