Skip to content

Commit 6af6832

Browse files
committed
Final Maven GWT Material 15.4
1 parent 5b6aa3c commit 6af6832

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/main/java/gwt/material/design/client/ui/MaterialFloatingContainer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ protected void onAttach() {
4040
for(Widget w : list){
4141
if(w instanceof ListItem){
4242
MaterialButton buttom = (MaterialButton) ((ListItem) w).getWidget(0);
43+
buttom.getElement().getStyle().setOpacity(0);
4344
buttom.getElement().setAttribute("style", "transition-delay: "+ms+"ms;");
4445
ms -= 100;
4546
}

src/main/resources/gwt/material/design/client/resources/materialcss.gss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,4 @@ th{
186186
}
187187

188188

189-
header,footer, main {
190-
@if ^[width] <= 400 {
191-
width: == ^[width];
192-
height: == ^[height] / 2;
193-
}
194-
}
195-
196189

src/main/resources/gwt/material/design/public/css/overridecss.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
font-weight: normal;
1515
color: rgba(0, 0, 0, 0.87);
1616
}
17+
.dropdown-content {
18+
max-height: 70vh !important;
19+
}
20+
ul li button.btn-floating{
21+
opacity: 0;
22+
}
1723
div{
1824
-webkit-font-smoothing: antialiased;
1925
}

0 commit comments

Comments
 (0)