Skip to content

Commit bca6884

Browse files
authored
refactor(css): remove basic shapes CSS (#2426)
1 parent d7f83b5 commit bca6884

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

packages/joint-core/css/layout.css

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -152,19 +152,3 @@ Example of custom changes (in pure CSS only!):
152152
Do not show marker vertices at all: .marker-vertices { display: none; }
153153
Do not allow adding new vertices: .connection-wrap { pointer-events: none; }
154154
*/
155-
156-
/* foreignObject inside the elements (i.e joint.shapes.basic.TextBlock) */
157-
.joint-element .fobj {
158-
overflow: hidden;
159-
}
160-
.joint-element .fobj body {
161-
background-color: transparent;
162-
margin: 0px;
163-
position: static;
164-
}
165-
.joint-element .fobj div {
166-
text-align: center;
167-
vertical-align: middle;
168-
display: table-cell;
169-
padding: 0px 5px 0px 5px;
170-
}

0 commit comments

Comments
 (0)