Skip to content

Commit

Permalink
feat: remove usage of paper-divider
Browse files Browse the repository at this point in the history
  • Loading branch information
mlopezFC committed Aug 18, 2021
1 parent 531dfc0 commit f4e5aef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 67 deletions.
67 changes: 0 additions & 67 deletions src/main/resources/META-INF/frontend/fc-applayout/paper-divider.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,16 @@ class MenuSeparator extends ThemableMixin(PolymerElement) {
font-size: 80%;
padding-left: 8px;
}
.divider {
display: block;
height: 1px;
min-height: 1px;
max-height: 1px;
background-color: var(--paper-divider-color, #000);
opacity: 0.12;
}
</style>
<div class="divider"></div>
<div><slot name="label"></slot></div>
`;}

Expand Down

0 comments on commit f4e5aef

Please sign in to comment.