Skip to content

Commit 62f0911

Browse files
javier-godoymlopezFC
authored andcommitted
refactor: remove styles that are already defined in fc-applayout
1 parent 3bdb084 commit 62f0911

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed

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

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -17,46 +17,6 @@
1717
* limitations under the License.
1818
* #L%
1919
*/
20-
fc-menuitem fc-menuitem {
21-
background-color: var(--lumo-primary-color-10pct);
22-
}
23-
24-
app-toolbar {
25-
background-color: #4285f4;
26-
color: #fff;
27-
}
28-
29-
paper-icon-button + [main-title] {
30-
margin-left: 24px;
31-
}
32-
33-
paper-icon-button {
34-
--paper-icon-button-disabled-text: var(--lumo-disabled-text-color);
35-
}
36-
37-
paper-progress {
38-
display: block;
39-
width: 100%;
40-
--paper-progress-active-color: rgba(255, 255, 255, 0.5);
41-
--paper-progress-container-color: transparent;
42-
}
43-
44-
app-header {
45-
position: var(--layout-fixed-top_-_position); top: var(--layout-fixed-top_-_top); left: var(--layout-fixed-top_-_left); right: var(--layout-fixed-top_-_right);
46-
color: #fff;
47-
--app-header-background-rear-layer_-_background-color: #ef6c00;;
48-
z-index: 1000;
49-
}
50-
51-
app-drawer {
52-
--app-drawer-scrim-background: rgba(0, 0, 100, 0.8);
53-
z-index: 1000;
54-
}
55-
56-
app-drawer paper-listbox {
57-
overflow-y: auto;
58-
}
59-
6020
:host(.compact) [part~="toolbar"] {
6121
height:32px;
6222
}

0 commit comments

Comments
 (0)