Skip to content

Commit 8b9b778

Browse files
committed
Removed unused style
Added example of how to change app drawer background color in Demo (closes #4)
1 parent 51e46a3 commit 8b9b778

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

src/main/resources/META-INF/resources/frontend/styles/applayout-styles.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@
2929
color: #fff;
3030
}
3131

32-
paper-icon-button {
33-
--paper-icon-button-ink-color: white;
34-
}
35-
3632
paper-icon-button + [main-title] {
3733
margin-left: 24px;
3834
}
@@ -52,7 +48,6 @@
5248

5349
app-drawer {
5450
--app-drawer-scrim-background: rgba(0, 0, 100, 0.8);
55-
--app-drawer-content-container_-_background-color: #B0BEC5;
5651
z-index: 1000;
5752
}
5853

src/test/resources/META-INF/resources/frontend/styles/shared-styles.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,16 @@
3333
}
3434

3535
app-drawer {
36-
z-index: 1001;
36+
--app-drawer-scrim-background: rgba(0, 0, 100, 0.8);
37+
--app-drawer-content-container: {
38+
background-color: #F1F1F1;
39+
}
40+
z-index: 1001;
3741
}
42+
43+
app-drawer paper-listbox {
44+
background-color:transparent;
45+
}
46+
3847
</style>
3948
</custom-style>

0 commit comments

Comments
 (0)