Skip to content

Commit

Permalink
chore: remove border from element name input
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Apr 29, 2024
1 parent 6a9e719 commit 40a935b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@

/* element-name */
.dmn-boxed-expression-container .element-name {
/* TODO(@barmac): rework focus indicators to use outline instead of border */
border: solid 1px transparent;
width: 24em;
max-width: 100%;
}
Expand Down

0 comments on commit 40a935b

Please sign in to comment.