Skip to content

Commit

Permalink
fix separator for HCM mode
Browse files Browse the repository at this point in the history
  • Loading branch information
howard-e committed Nov 9, 2021
1 parent 5d02307 commit ba08120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
9 changes: 1 addition & 8 deletions examples/menubar/css/menubar-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,7 @@

.menubar-editor [role="menubar"] [role="separator"] {
padding-top: 3px;
background-image: linear-gradient(
transparent 0%,
transparent 50%,
black 50%,
black 60%,
transparent 60%,
transparent 100%
);
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cline x1='0' y1='6' x2='12' y2='6' style='stroke:black;stroke-width:1' /%3E%3C/svg%3E%0A");
background-size: 10px 10px;
background-position: center;
background-repeat: repeat-x;
Expand Down
9 changes: 1 addition & 8 deletions examples/menubar/css/menubar-navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,7 @@

.menubar-navigation [role="separator"] {
padding-top: 3px;
background-image: linear-gradient(
transparent 0%,
transparent 50%,
black 50%,
black 60%,
transparent 60%,
transparent 100%
);
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cline x1='0' y1='6' x2='12' y2='6' style='stroke:black;stroke-width:1' /%3E%3C/svg%3E%0A");
background-size: 10px 10px;
background-position: center;
background-repeat: repeat-x;
Expand Down

0 comments on commit ba08120

Please sign in to comment.