Skip to content

Commit 5f2e438

Browse files
committed
Update SchemaEditor.vue
1 parent 8247de7 commit 5f2e438

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

frontend/src/components/schema_editor/SchemaEditor.vue

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -151,30 +151,6 @@ const openEditRelationModal = (id: string, relation: RelationalRelationField) =>
151151
transform: translate(2px, 2px);
152152
}
153153
154-
.toggle-grid-button {
155-
caret-color: transparent;
156-
position: absolute;
157-
top: 10px;
158-
right: 10px;
159-
background-color: var(--color-primary);
160-
color: black;
161-
border: 2px solid black;
162-
padding: 3px 6px;
163-
font-weight: bold;
164-
border-radius: 8px;
165-
cursor: pointer;
166-
z-index: 10;
167-
box-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
168-
transition:
169-
transform 0.1s ease-out,
170-
box-shadow 0.1s;
171-
}
172-
173-
.toggle-grid-button:hover {
174-
box-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
175-
transform: translate(2px, 2px);
176-
}
177-
178154
.create-wrapper {
179155
position: absolute;
180156
top: 10px;

0 commit comments

Comments
 (0)