This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 971
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make all info circles in preferences clickable (#7864)
fix #5758 Test Plan: 1. go to about:preferences#plugins 2. all the info circle icons should be clickable
- Loading branch information
1 parent
1765431
commit 574057c
Showing
2 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,6 +107,7 @@ a { | |
margin-top: 0; | ||
|
||
.flashInfoIcon { | ||
cursor: pointer; | ||
padding: 5px; | ||
} | ||
} | ||
|
574057c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don´t know if it was intentional but the two information circles on flash does not work to click, only the ones for Google Widevine. This was on OS X El Capitan 10.11.6 😄 @diracdeltas