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 973
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
fix #5758 Test Plan: 1. go to about:preferences#plugins 2. all the info circle icons should be clickable
- Loading branch information
1 parent
4cc431b
commit 575a62a
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; | ||
} | ||
} | ||
|