Skip to content

Commit

Permalink
refactor(css): remove basic shapes CSS (#2426)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumilingus authored Dec 12, 2023
1 parent d7f83b5 commit bca6884
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions packages/joint-core/css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,19 +152,3 @@ Example of custom changes (in pure CSS only!):
Do not show marker vertices at all: .marker-vertices { display: none; }
Do not allow adding new vertices: .connection-wrap { pointer-events: none; }
*/

/* foreignObject inside the elements (i.e joint.shapes.basic.TextBlock) */
.joint-element .fobj {
overflow: hidden;
}
.joint-element .fobj body {
background-color: transparent;
margin: 0px;
position: static;
}
.joint-element .fobj div {
text-align: center;
vertical-align: middle;
display: table-cell;
padding: 0px 5px 0px 5px;
}

0 comments on commit bca6884

Please sign in to comment.