Skip to content

Commit

Permalink
Make delete state more adccessible with fetching stripes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathonherbert committed Sep 29, 2024
1 parent 7bd30ce commit a6055ed
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions prosemirror-client/src/cqlInput/CqlInput.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,17 @@ template.innerHTML = `
}
.Cql__ChipWrapper--is-pending-delete {
background-color: darkred;
background: repeating-linear-gradient(
-45deg,
darkred,
darkred 10px,
#620202 10px,
#620202 20px
);
}
.Cql__ChipWrapperDeleteHandle, .Cql__ChipWrapperPolarityHandle {
background-color: rgba(0,0,0,0.2);
background-color: #3737378f;
padding: 0 5px;
cursor: pointer;
}
Expand Down

0 comments on commit a6055ed

Please sign in to comment.