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

Commit

Permalink
Make lion badge text non-selectable
Browse files Browse the repository at this point in the history
Fixes #7994

Auditors: @jonathansampson

Test Plan:
1. Click in the title-bar
2. Press Ctrl+A
3. Note the count is NOT selected
  • Loading branch information
bsclifton committed Mar 31, 2017
1 parent e016cc2 commit 9307b0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/components/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1401,7 +1401,8 @@ let styling = {
textAlign: 'center',
border: '0px solid #FFF',
background: '#555555',
minWidth: '10px'
minWidth: '10px',
WebkitUserSelect: 'none'
},
braveMenuContainer: {
position: 'relative'
Expand Down

0 comments on commit 9307b0c

Please sign in to comment.