Skip to content

Commit

Permalink
Merge pull request #54 from brainstormforce/editor-input-outline
Browse files Browse the repository at this point in the history
Remove outline for focus state
  • Loading branch information
vrundakansara authored Sep 10, 2024
2 parents 9381735 + 3522524 commit b1441ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/force-ui.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'react-dom'), 'version' => '8f571b486a294dd4873e');
<?php return array('dependencies' => array('react', 'react-dom'), 'version' => 'a1a21a8168c2db91c31c');
2 changes: 1 addition & 1 deletion dist/force-ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/editor-input/editor-input.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const EditorInputComponent = ( {
contentEditable={
<ContentEditable
className={ cn(
'editor-content',
'editor-content focus-visible:outline-none outline-none',
editableContentAreaCommonClassNames,
className
) }
Expand Down

0 comments on commit b1441ee

Please sign in to comment.