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

Commit

Permalink
Revert "Add focus ring to about page form elements"
Browse files Browse the repository at this point in the history
This reverts commit 6faf43a.
  • Loading branch information
bsclifton committed Jan 30, 2017
1 parent 6423cea commit 2aa39bb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
4 changes: 2 additions & 2 deletions app/renderer/components/bookmarksToolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class BookmarkToolbarButton extends ImmutableComponent {
: siteDetailLocation
}

return <button
return <span
className={cx({
bookmarkToolbarButton: true,
draggingOverLeft: this.isDraggingOverLeft && !this.isExpanded,
Expand Down Expand Up @@ -217,7 +217,7 @@ class BookmarkToolbarButton extends ImmutableComponent {
? <span className='bookmarkFolderChevron fa fa-chevron-down' />
: null
}
</button>
</span>
}
}

Expand Down
6 changes: 0 additions & 6 deletions less/bookmarksToolbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@
box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

&:focus {
outline-color: rgb(59, 153, 252);
outline-style: auto;
outline-width: 5px;
}

&.draggingOverLeft {
&:not(.isDragging) {
margin-left: 25px;
Expand Down
1 change: 1 addition & 0 deletions less/button.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

button[class*="Button"] {
background: none;
outline: none;
border: none;
margin: 0;
white-space: nowrap;
Expand Down
5 changes: 0 additions & 5 deletions less/navigationBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -545,11 +545,6 @@
}
}

.navbutton,
.navigationButton {
outline: none;
}

.navigationButton {
background-color: @buttonColor;
display: inline-block;
Expand Down

0 comments on commit 2aa39bb

Please sign in to comment.