Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Conversation

@alanlong9278
Copy link
Contributor

@alanlong9278 alanlong9278 commented Feb 7, 2021

Description

Fix css err when clicking node in visual editor.

  • Before
    css err when clicking node in visual editor
    image

  • After
    image

Solution

Add

 &:focus {
          outline: 0;
        }

for clicked div to remove outline

Task Item

close #5712

Screenshots

@coveralls
Copy link

coveralls commented Feb 7, 2021

Coverage Status

Coverage remained the same at 55.048% when pulling eb473c0 on julong/visual-focus-behavior into 542c4e8 on main.

@luhan2017 luhan2017 merged commit a2058bb into main Feb 8, 2021
@luhan2017 luhan2017 deleted the julong/visual-focus-behavior branch February 8, 2021 09:39
lei9444 pushed a commit to lei9444/BotFramework-Composer-1 that referenced this pull request Jun 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Css error when clicking node in visual editor

5 participants