Skip to content

Commit

Permalink
Fixes webcompat#1489 - Standardizes border highlight through all list…
Browse files Browse the repository at this point in the history
… items
  • Loading branch information
brizental committed May 30, 2017
1 parent 84f8a83 commit a029998
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions webcompat/static/css/development/components/label-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,7 @@
/* event */
.wc-LabelEditor-list-item:focus,
.wc-LabelEditor-list-item.focused {
outline-width: 2px;
outline-style: solid;
outline-color: Highlight;
border: 2px solid Highlight;
}

/* square color */
Expand Down

0 comments on commit a029998

Please sign in to comment.