Browse Source

Change binding icon colour

pull/809/head
Andrew Kingston 6 years ago
parent
commit
af61df35f6
  1. 6
      packages/builder/src/components/userInterface/BindableInput.svelte
  2. 6
      packages/builder/src/components/userInterface/PropertyControl.svelte

6
packages/builder/src/components/userInterface/BindableInput.svelte

@ -47,5 +47,11 @@
background-color: var(--grey-2);
border-top-right-radius: var(--border-radius-m);
border-bottom-right-radius: var(--border-radius-m);
color: var(--grey-7);
font-size: 16px;
}
.icon:hover {
color: var(--ink);
cursor: pointer;
}
</style>

6
packages/builder/src/components/userInterface/PropertyControl.svelte

@ -156,5 +156,11 @@
background-color: var(--grey-2);
border-top-right-radius: var(--border-radius-m);
border-bottom-right-radius: var(--border-radius-m);
color: var(--grey-7);
font-size: 16px;
}
.icon:hover {
color: var(--ink);
cursor: pointer;
}
</style>

Loading…
Cancel
Save