Skip to content

Commit

Permalink
Add styles to improve doubleClickToEdit story
Browse files Browse the repository at this point in the history
  • Loading branch information
acusti committed Jan 9, 2024
1 parent d792047 commit 150abcc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/docs/stories/InputText.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ input.input-text {
font-size: 13px;
line-height: 13px;
}

.input-text-double-click-to-edit {
border-color: transparent;

&:read-only {
cursor: pointer;
}
}

0 comments on commit 150abcc

Please sign in to comment.