Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Remove focus ring on webview
Browse files Browse the repository at this point in the history
Auditors: @luixxiul

Fix #5661
  • Loading branch information
bbondy committed Nov 22, 2016
1 parent 7c5ce2f commit 3e670a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions less/window.less
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ html,
background-color: #fff;
border: 0;
height: 100%;
outline: none;
width: 100%;
}

Expand Down

1 comment on commit 3e670a5

@luixxiul
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Please sign in to comment.